#204073

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

Shades of Resolution Blue #204073

Tints of Resolution Blue #204073

Color information

#204073 (or 0x204073) is unknown color: approx Resolution Blue. HEX triplet: 20, 40 and 73. RGB value is (32,64,115). Sum of RGB (Red+Green+Blue) = 32+64+115=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #204073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204073 is #DFBF8C. Grayscale: #3C3C3C. Windows color (decimal): -14663565 or 7553056. OLE color: 7553056.

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

Color convert

RGB3264115-
CMYK0.720.4400.55
HSL216.87º56.46%28.82%-
HSV(B)216.87º72.17%45.1%-
XYZ5.525.2116.93-
YUV60.25158.9107.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=15.17%
G=30.33%
B=54.50%

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
Decimal32641150.720.4400.55216.8756.4628.82
Hex204073482C037d9381d
Octal40100163110540673317035
Binary10000010000001110011100100010110001101111101100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204073; }

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

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

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

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

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

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

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

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