#20427A

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

Shades of Resolution Blue #20427A

Tints of Resolution Blue #20427A

Color information

#20427A (or 0x20427A) is unknown color: approx Resolution Blue. HEX triplet: 20, 42 and 7A. RGB value is (32,66,122). Sum of RGB (Red+Green+Blue) = 32+66+122=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #20427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20427A is #DFBD85. Grayscale: #3D3D3D. Windows color (decimal): -14663046 or 8012320. OLE color: 8012320.

HSL color Cylindrical-coordinate representation of color #20427A: hue angle of 217.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20427A is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3266122-
CMYK0.740.4600.52
HSL217.33º58.44%30.2%-
HSV(B)217.33º73.77%47.84%-
XYZ6.065.6119.18-
YUV62.22161.74106.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=14.55%
G=30%
B=55.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32661220.740.4600.52217.3358.4430.2
Hex20427A4A2E034d93a1e
Octal40102172112560643317236
Binary10000010000101111010100101010111001101001101100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20427A; }

 p { color: rgb(32,66,122); }

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

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

 a { background-color: rgb(32,66,122); }

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

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

 span { border-color: rgb(32,66,122); }

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