Html Css Color HEX #203776 Resolution Blue

📋 copy color: '#203776'

red 32 ◦ green 55 ◦ blue 118

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

Shades of Resolution Blue #203776

Tints of Resolution Blue #203776

RGB

 RED value IS 32 (12.89% from 255) = 15.61%

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 118 (46.48% from 255) = 57.56%

R = 15.61%
G = 26.83%
B = 57.56%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#203776 (or 0x203776) is known color: Resolution Blue. HEX triplet: 20, 37 and 76. RGB value is (32,55,118). Sum of RGB (Red+Green+Blue) = 32+55+118=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #203776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203776 is #DFC889. Grayscale: #373737. Windows color (decimal): -14665866 or 7747360. OLE color: 7747360.

HSL color Cylindrical-coordinate representation of color #203776: hue angle of 223.95º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203776 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 55 118 -
CMYK 0.73 0.53 0 0.54
HSL 223.95º 0.57% 0.29% -
HSV(B) 223.95º 0.73% 0.46% -
XYZ 5.23 4.35 17.7 -
YUV 55.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 32 55 118 0.73 0.53 0 0.54 223.95 0.57 0.29
Hex 20 37 76 49 35 0 36 E0 39 1D
Octal 40 67 166 111 65 0 66 340 71 35
Binary 100000 110111 1110110 1001001 110101 0 110110 11100000 111001 11101

Color Harmonies of #203776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203776

Black with #203776

Text Example


Text Example

White with #203776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203776; }

 p { color: rgb(32,55,118); }

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

background-color css

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

 a { background-color: rgb(32,55,118); }

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

border-color css

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

 span { border-color: rgb(32,55,118); }

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