#20457C

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

Shades of Fun Blue #20457C

Tints of Fun Blue #20457C

Color information

#20457C (or 0x20457C) is unknown color: approx Fun Blue. HEX triplet: 20, 45 and 7C. RGB value is (32,69,124). Sum of RGB (Red+Green+Blue) = 32+69+124=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #20457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20457C is #DFBA83. Grayscale: #3F3F3F. Windows color (decimal): -14662276 or 8144160. OLE color: 8144160.

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

Color convert

RGB3269124-
CMYK0.740.4400.51
HSL215.87º58.97%30.59%-
HSV(B)215.87º74.19%48.63%-
XYZ6.366.0219.9-
YUV64.21161.74105.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=14.22%
G=30.67%
B=55.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32691240.740.4400.51215.8758.9730.59
Hex20457C4A2C033d83b1f
Octal40105174112540633307337
Binary10000010001011111100100101010110001100111101100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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