#20428C

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

Shades of Fun Blue #20428C

Tints of Fun Blue #20428C

Color information

#20428C (or 0x20428C) is unknown color: approx Fun Blue. HEX triplet: 20, 42 and 8C. RGB value is (32,66,140). Sum of RGB (Red+Green+Blue) = 32+66+140=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #20428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20428C is #DFBD73. Grayscale: #3F3F3F. Windows color (decimal): -14663028 or 9191968. OLE color: 9191968.

HSL color Cylindrical-coordinate representation of color #20428C: hue angle of 221.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20428C is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3266140-
CMYK0.770.5300.45
HSL221.11º62.79%33.73%-
HSV(B)221.11º77.14%54.9%-
XYZ7.286.125.6-
YUV64.27170.74104.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 140 (55.08% from 255) = 58.82%
R=13.45%
G=27.73%
B=58.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32661400.770.5300.45221.1162.7933.73
Hex20428C4D3502Ddd3f22
Octal40102214115650553357742
Binary1000001000010100011001001101110101010110111011101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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