#20417D

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

Shades of Resolution Blue #20417D

Tints of Resolution Blue #20417D

Color information

#20417D (or 0x20417D) is unknown color: approx Resolution Blue. HEX triplet: 20, 41 and 7D. RGB value is (32,65,125). Sum of RGB (Red+Green+Blue) = 32+65+125=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #20417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20417D is #DFBE82. Grayscale: #3D3D3D. Windows color (decimal): -14663299 or 8208672. OLE color: 8208672.

HSL color Cylindrical-coordinate representation of color #20417D: hue angle of 218.71º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20417D is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3265125-
CMYK0.740.4800.51
HSL218.71º59.24%30.78%-
HSV(B)218.71º74.4%49.02%-
XYZ6.195.5720.15-
YUV61.97163.57106.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=14.41%
G=29.28%
B=56.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32651250.740.4800.51218.7159.2430.78
Hex20417D4A30033db3b1f
Octal40101175112600633337337
Binary10000010000011111101100101011000001100111101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20417D; }

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

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

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

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

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

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

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

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