#204075

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

Shades of Resolution Blue #204075

Tints of Resolution Blue #204075

Color information

#204075 (or 0x204075) is unknown color: approx Resolution Blue. HEX triplet: 20, 40 and 75. RGB value is (32,64,117). Sum of RGB (Red+Green+Blue) = 32+64+117=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #204075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204075 is #DFBF8A. Grayscale: #3C3C3C. Windows color (decimal): -14663563 or 7684128. OLE color: 7684128.

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

Color convert

RGB3264117-
CMYK0.730.4500.54
HSL217.41º57.05%29.22%-
HSV(B)217.41º72.65%45.88%-
XYZ5.645.2617.55-
YUV60.47159.9107.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=15.02%
G=30.05%
B=54.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32641170.730.4500.54217.4157.0529.22
Hex204075492D036d9391d
Octal40100165111550663317135
Binary10000010000001110101100100110110101101101101100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204075; }

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

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

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

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

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

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

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

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