#203E72

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

Shades of Resolution Blue #203E72

Tints of Resolution Blue #203E72

Color information

#203E72 (or 0x203E72) is unknown color: approx Resolution Blue. HEX triplet: 20, 3E and 72. RGB value is (32,62,114). Sum of RGB (Red+Green+Blue) = 32+62+114=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #203E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E72 is #DFC18D. Grayscale: #3A3A3A. Windows color (decimal): -14664078 or 7487008. OLE color: 7487008.

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

Color convert

RGB3262114-
CMYK0.720.4600.55
HSL218.05º56.16%28.63%-
HSV(B)218.05º71.93%44.71%-
XYZ5.364.9716.6-
YUV58.96159.06108.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=15.38%
G=29.81%
B=54.81%

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
Decimal32621140.720.4600.55218.0556.1628.63
Hex203E72482E037da381d
Octal4076162110560673327035
Binary1000001111101110010100100010111001101111101101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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