#203F77

Color #203F77 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #203F77

Tints of Resolution Blue #203F77

Color information

#203F77 (or 0x203F77) is unknown color: approx Resolution Blue. HEX triplet: 20, 3F and 77. RGB value is (32,63,119). Sum of RGB (Red+Green+Blue) = 32+63+119=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #203F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F77 is #DFC088. Grayscale: #3B3B3B. Windows color (decimal): -14663817 or 7814944. OLE color: 7814944.

HSL color Cylindrical-coordinate representation of color #203F77: hue angle of 218.62º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203F77 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3263119-
CMYK0.730.4700.53
HSL218.62º57.62%29.61%-
HSV(B)218.62º73.11%46.67%-
XYZ5.75.1918.15-
YUV60.11161.23107.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=14.95%
G=29.44%
B=55.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32631190.730.4700.53218.6257.6229.61
Hex203F77492F035db3a1e
Octal4077167111570653337236
Binary1000001111111110111100100110111101101011101101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203F77; }

 p { color: rgb(32,63,119); }

 H1.HeaderClassName
 {
   color: #203F77;
 }
 .AnyTagClassName
 {
   color: #203F77;
 }
</style>
background-color css

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

 a { background-color: rgb(32,63,119); }

 div.DivClassName
 {
   background-color: #203F77;
 }
 .BgClassName
 {
   background-color: #203F77;
 }
</style>
border-color css

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

 span { border-color: rgb(32,63,119); }

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