COLOR #263B63

HEX: #263B63
RGB: (38,59,99)

Renk bilgisi

#263B63 contains mainly green and blue colors. #263B63 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#263B63 color RGB value is (38,59,99).

  • kırmız ton 38;
  • yeşil ton 59;
  • mavi ton 99.
RGB:
(38,59,99)
(15%,23%,39%)

RGB bağlantıları ve doygunluk

R 38 of 255 = 15%
G 59 of 255 = 23%
B 99 of 255 = 39%

38
59
99

R + G + B ~ 26%. #263B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
38 + 59 + 99 = 196 (100%)
R 38 of 196 ~ 19.39%
G 59 of 196 ~ 30.1%
B 99 of 196 ~ 50.51%

%19.39
%30.1
%50.51

CMYK RENK MODELİ

#263B63 rengi CMYK tonu (62,40,0,61).

  • camgöbeği tonu 61.62%
  • eflatun tonu 40.40%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(62,40,0,61)
C62M40Y0K61 
(62%,40%,0%,61%)
(0.62/0.40/0.00/0.61)	

CMYK yüzdeleri

%61.62
%40.4
%0
%61.18

Codes

Color #263B63 in popluar color models

263B63
RGB385999
HSL219°44.53%26.86%
HSB/HSV219°61.62%38.82%
CMYK61.62%40.40%0.00%
61.18%

Color #263B63 in popluar number systems.

HEX263B63
Decimal385999
Binary1001101110111100011
Octal4673143

Shades and tints

Shades of #263B63

#263B63
(38,59,99)
#23365A
(35,54,90)
#203151
(32,49,81)
#1D2C48
(29,44,72)
#1A273F
(26,39,63)
#172236
(23,34,54)
#141D2D
(20,29,45)
#111824
(17,24,36)
#0E131B
(14,19,27)
#0B0E12
(11,14,18)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #263B63

#263B63
(38,59,99)
#394C71
(57,76,113)
#4C5D7F
(76,93,127)
#5F6E8D
(95,110,141)
#727F9B
(114,127,155)
#8590A9
(133,144,169)
#98A1B7
(152,161,183)
#ABB2C5
(171,178,197)
#BEC3D3
(190,195,211)
#D1D4E1
(209,212,225)
#E4E5EF
(228,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263B63 color. Also use rgb(38,59,99) instead hex code.

Text Font Color

.myTextColor { color: #263B63; }

<p style="color:#263B63">This sample text font color is #263B63.</p>

This text font color is #263B63.


Background Color

.myBgColor { background-color: #263B63; }

<div style="background-color:#263B63">Inner text</div>

This div background color is #263B63.


Border color

.myBorderColor { border: 1px solid #263B63; }

<div style="border:3px solid #263B63">Div</div>

This div border color is #263B63.


Opacity

.myOpacity80 { color: #263B63; opacity: 0.8; }

<p style="color:#263B63;opacity:0.8;">80%</p>

Text with #263B63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #263B63;}

<p style="text-shadow: 3px 3px 1px #263B63">Text here.</p>

This text has shadow with #263B63 color.

.textShadow {text-shadow: 3px 3px 1px #263B63, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #263B63, 5px 5px 20px red">Text here.</p>

This text has shadow with #263B63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#263B63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#263B63, Direction=45, Strength=4)">Text</p>

This text has shadow with #263B63 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #263B63;
  -webkit-box-shadow:	1px 1px 3px 2px #263B63;
  box-shadow:		1px 1px 3px 2px #263B63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #263B63;
-webkit-box-shadow: 1px 1px 3px 2px #263B63;
box-shadow:1px 1px 3px 2px #263B63;">
Div content here</div>
This div box has shadow with color #263B63.

Preview

Color preview on black background

This text has color #263B63 on black background.


Color preview on white background

This text has color #263B63 on white background.



Black color preview on #263B63 background

This text has black color on #263B63 background.


White color preview on #263B63 background

This text has white color on #263B63 background.