Html Css Color HEX #263D77 Resolution Blue

📋 copy color: '#263D77'

red 38 ◦ green 61 ◦ blue 119

#263D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #263D77

Tints of Resolution Blue #263D77

RGB

 RED value IS 38 (15.23% from 255) = 17.43%

 GREEN value IS 61 (24.22% from 255) = 27.98%

 BLUE value IS 119 (46.88% from 255) = 54.59%

R = 17.43%
G = 27.98%
B = 54.59%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#263D77 (or 0x263D77) is known color: Resolution Blue. HEX triplet: 26, 3D and 77. RGB value is (38,61,119). Sum of RGB (Red+Green+Blue) = 38+61+119=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #263D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D77 is #D9C288. Grayscale: #3C3C3C. Windows color (decimal): -14271113 or 7814438. OLE color: 7814438.

HSL color Cylindrical-coordinate representation of color #263D77: hue angle of 222.96º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263D77 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 61 119 -
CMYK 0.68 0.49 0 0.53
HSL 222.96º 0.52% 0.31% -
HSV(B) 222.96º 0.68% 0.47% -
XYZ 5.8 5.08 18.13 -
YUV 60.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 38 61 119 0.68 0.49 0 0.53 222.96 0.52 0.31
Hex 26 3D 77 44 31 0 35 DF 34 1F
Octal 46 75 167 104 61 0 65 337 64 37
Binary 100110 111101 1110111 1000100 110001 0 110101 11011111 110100 11111

Color Harmonies of #263D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D77

Black with #263D77

Text Example


Text Example

White with #263D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263D77; }

 p { color: rgb(38,61,119); }

 H1.HeaderClassName
 {
   color: #263D77;
 }
 .AnyTagClassName
 {
   color: #263D77;
 }
</style>

background-color css

<style>
 a { background-color: #263D77; }

 a { background-color: rgb(38,61,119); }

 div.DivClassName
 {
   background-color: #263D77;
 }
 .BgClassName
 {
   background-color: #263D77;
 }
</style>

border-color css

<style>
 span { border-color: #263D77; }

 span { border-color: rgb(38,61,119); }

 td.TdClassName
 {
   border-color: #263D77;
 }
 .TagClassName
 {
   border-color: #263D77;
 }
</style>