#20427F

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

Shades of Fun Blue #20427F

Tints of Fun Blue #20427F

Color information

#20427F (or 0x20427F) is unknown color: approx Fun Blue. HEX triplet: 20, 42 and 7F. RGB value is (32,66,127). Sum of RGB (Red+Green+Blue) = 32+66+127=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #20427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20427F is #DFBD80. Grayscale: #3E3E3E. Windows color (decimal): -14663041 or 8340000. OLE color: 8340000.

HSL color Cylindrical-coordinate representation of color #20427F: hue angle of 218.53º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20427F is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3266127-
CMYK0.750.4800.50
HSL218.53º59.75%31.18%-
HSV(B)218.53º74.8%49.8%-
XYZ6.375.7420.85-
YUV62.79164.24106.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 127 (50% from 255) = 56.44%
R=14.22%
G=29.33%
B=56.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32661270.750.4800.50218.5359.7531.18
Hex20427F4B30032db3c1f
Octal40102177113600623337437
Binary10000010000101111111100101111000001100101101101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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