#204175

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

Shades of Resolution Blue #204175

Tints of Resolution Blue #204175

Color information

#204175 (or 0x204175) is unknown color: approx Resolution Blue. HEX triplet: 20, 41 and 75. RGB value is (32,65,117). Sum of RGB (Red+Green+Blue) = 32+65+117=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #204175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204175 is #DFBE8A. Grayscale: #3C3C3C. Windows color (decimal): -14663307 or 7684384. OLE color: 7684384.

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

Color convert

RGB3265117-
CMYK0.730.4400.54
HSL216.71º57.05%29.22%-
HSV(B)216.71º72.65%45.88%-
XYZ5.75.3717.57-
YUV61.06159.57107.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=14.95%
G=30.37%
B=54.67%

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
Decimal32651170.730.4400.54216.7157.0529.22
Hex204175492C036d9391d
Octal40101165111540663317135
Binary10000010000011110101100100110110001101101101100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204175; }

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

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

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

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

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

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

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

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