#20407C

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

Shades of Resolution Blue #20407C

Tints of Resolution Blue #20407C

Color information

#20407C (or 0x20407C) is unknown color: approx Resolution Blue. HEX triplet: 20, 40 and 7C. RGB value is (32,64,124). Sum of RGB (Red+Green+Blue) = 32+64+124=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #20407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20407C is #DFBF83. Grayscale: #3D3D3D. Windows color (decimal): -14663556 or 8142880. OLE color: 8142880.

HSL color Cylindrical-coordinate representation of color #20407C: hue angle of 219.13º 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 #20407C is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3264124-
CMYK0.740.4800.51
HSL219.13º58.97%30.59%-
HSV(B)219.13º74.19%48.63%-
XYZ6.075.4319.8-
YUV61.27163.4107.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=14.55%
G=29.09%
B=56.36%

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
Decimal32641240.740.4800.51219.1358.9730.59
Hex20407C4A30033db3b1f
Octal40100174112600633337337
Binary10000010000001111100100101011000001100111101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20407C; }

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

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

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

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

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

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

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

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