#204078

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

Shades of Resolution Blue #204078

Tints of Resolution Blue #204078

Color information

#204078 (or 0x204078) is unknown color: approx Resolution Blue. HEX triplet: 20, 40 and 78. RGB value is (32,64,120). Sum of RGB (Red+Green+Blue) = 32+64+120=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #204078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204078 is #DFBF87. Grayscale: #3C3C3C. Windows color (decimal): -14663560 or 7880736. OLE color: 7880736.

HSL color Cylindrical-coordinate representation of color #204078: hue angle of 218.18º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204078 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3264120-
CMYK0.730.4700.53
HSL218.18º57.89%29.8%-
HSV(B)218.18º73.33%47.06%-
XYZ5.825.3318.49-
YUV60.82161.4107.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=14.81%
G=29.63%
B=55.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32641200.730.4700.53218.1857.8929.8
Hex204078492F035da3a1e
Octal40100170111570653327236
Binary10000010000001111000100100110111101101011101101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204078; }

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

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

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

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

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

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

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

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