#204076

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

Shades of Resolution Blue #204076

Tints of Resolution Blue #204076

Color information

#204076 (or 0x204076) is unknown color: approx Resolution Blue. HEX triplet: 20, 40 and 76. RGB value is (32,64,118). Sum of RGB (Red+Green+Blue) = 32+64+118=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #204076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204076 is #DFBF89. Grayscale: #3C3C3C. Windows color (decimal): -14663562 or 7749664. OLE color: 7749664.

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

Color convert

RGB3264118-
CMYK0.730.4600.54
HSL217.67º57.33%29.41%-
HSV(B)217.67º72.88%46.27%-
XYZ5.75.2817.86-
YUV60.59160.4107.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=14.95%
G=29.91%
B=55.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32641180.730.4600.54217.6757.3329.41
Hex204076492E036da391d
Octal40100166111560663327135
Binary10000010000001110110100100110111001101101101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204076; }

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

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

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

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

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

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

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

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