#204277

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

Shades of Resolution Blue #204277

Tints of Resolution Blue #204277

Color information

#204277 (or 0x204277) is unknown color: approx Resolution Blue. HEX triplet: 20, 42 and 77. RGB value is (32,66,119). Sum of RGB (Red+Green+Blue) = 32+66+119=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #204277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204277 is #DFBD88. Grayscale: #3D3D3D. Windows color (decimal): -14663049 or 7815712. OLE color: 7815712.

HSL color Cylindrical-coordinate representation of color #204277: hue angle of 216.55º 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 #204277 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3266119-
CMYK0.730.4500.53
HSL216.55º57.62%29.61%-
HSV(B)216.55º73.11%46.67%-
XYZ5.875.5418.21-
YUV61.88160.24106.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=14.75%
G=30.41%
B=54.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32661190.730.4500.53216.5557.6229.61
Hex204277492D035d93a1e
Octal40102167111550653317236
Binary10000010000101110111100100110110101101011101100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204277; }

 p { color: rgb(32,66,119); }

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

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

 a { background-color: rgb(32,66,119); }

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

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

 span { border-color: rgb(32,66,119); }

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