#204275

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

Shades of Resolution Blue #204275

Tints of Resolution Blue #204275

Color information

#204275 (or 0x204275) is unknown color: approx Resolution Blue. HEX triplet: 20, 42 and 75. RGB value is (32,66,117). Sum of RGB (Red+Green+Blue) = 32+66+117=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #204275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204275 is #DFBD8A. Grayscale: #3D3D3D. Windows color (decimal): -14663051 or 7684640. OLE color: 7684640.

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

Color convert

RGB3266117-
CMYK0.730.4400.54
HSL216º57.05%29.22%-
HSV(B)216º72.65%45.88%-
XYZ5.755.4917.59-
YUV61.65159.24106.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=14.88%
G=30.70%
B=54.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32661170.730.4400.5421657.0529.22
Hex204275492C036d8391d
Octal40102165111540663307135
Binary10000010000101110101100100110110001101101101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204275; }

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

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

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

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

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

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

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

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