#203F74

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

Shades of Resolution Blue #203F74

Tints of Resolution Blue #203F74

Color information

#203F74 (or 0x203F74) is unknown color: approx Resolution Blue. HEX triplet: 20, 3F and 74. RGB value is (32,63,116). Sum of RGB (Red+Green+Blue) = 32+63+116=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #203F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F74 is #DFC08B. Grayscale: #3B3B3B. Windows color (decimal): -14663820 or 7618336. OLE color: 7618336.

HSL color Cylindrical-coordinate representation of color #203F74: hue angle of 217.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203F74 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3263116-
CMYK0.720.4600.55
HSL217.86º56.76%29.02%-
HSV(B)217.86º72.41%45.49%-
XYZ5.535.1217.22-
YUV59.77159.73108.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 116 (45.70% from 255) = 54.98%
R=15.17%
G=29.86%
B=54.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32631160.720.4600.55217.8656.7629.02
Hex203F74482E037da391d
Octal4077164110560673327135
Binary1000001111111110100100100010111001101111101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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