#203F72

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

Shades of Resolution Blue #203F72

Tints of Resolution Blue #203F72

Color information

#203F72 (or 0x203F72) is unknown color: approx Resolution Blue. HEX triplet: 20, 3F and 72. RGB value is (32,63,114). Sum of RGB (Red+Green+Blue) = 32+63+114=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #203F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F72 is #DFC08D. Grayscale: #3B3B3B. Windows color (decimal): -14663822 or 7487264. OLE color: 7487264.

HSL color Cylindrical-coordinate representation of color #203F72: hue angle of 217.32º degrees, saturation: 0.56, 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 #203F72 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3263114-
CMYK0.720.4500.55
HSL217.32º56.16%28.63%-
HSV(B)217.32º71.93%44.71%-
XYZ5.415.0816.61-
YUV59.54158.73108.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=15.31%
G=30.14%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32631140.720.4500.55217.3256.1628.63
Hex203F72482D037d9381d
Octal4077162110550673317035
Binary1000001111111110010100100010110101101111101100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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