#204174

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

Shades of Resolution Blue #204174

Tints of Resolution Blue #204174

Color information

#204174 (or 0x204174) is unknown color: approx Resolution Blue. HEX triplet: 20, 41 and 74. RGB value is (32,65,116). Sum of RGB (Red+Green+Blue) = 32+65+116=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #204174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204174 is #DFBE8B. Grayscale: #3C3C3C. Windows color (decimal): -14663308 or 7618848. OLE color: 7618848.

HSL color Cylindrical-coordinate representation of color #204174: hue angle of 216.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204174 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3265116-
CMYK0.720.4400.55
HSL216.43º56.76%29.02%-
HSV(B)216.43º72.41%45.49%-
XYZ5.645.3517.26-
YUV60.95159.07107.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=15.02%
G=30.52%
B=54.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32651160.720.4400.55216.4356.7629.02
Hex204174482C037d8391d
Octal40101164110540673307135
Binary10000010000011110100100100010110001101111101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204174; }

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

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

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

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

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

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

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

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