#204072

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

Shades of Resolution Blue #204072

Tints of Resolution Blue #204072

Color information

#204072 (or 0x204072) is unknown color: approx Resolution Blue. HEX triplet: 20, 40 and 72. RGB value is (32,64,114). Sum of RGB (Red+Green+Blue) = 32+64+114=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #204072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204072 is #DFBF8D. Grayscale: #3B3B3B. Windows color (decimal): -14663566 or 7487520. OLE color: 7487520.

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

Color convert

RGB3264114-
CMYK0.720.4400.55
HSL216.59º56.16%28.63%-
HSV(B)216.59º71.93%44.71%-
XYZ5.475.1916.63-
YUV60.13158.4107.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=15.24%
G=30.48%
B=54.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32641140.720.4400.55216.5956.1628.63
Hex204072482C037d9381d
Octal40100162110540673317035
Binary10000010000001110010100100010110001101111101100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204072; }

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

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

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

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

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

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

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

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