#20457E

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

Shades of Fun Blue #20457E

Tints of Fun Blue #20457E

Color information

#20457E (or 0x20457E) is unknown color: approx Fun Blue. HEX triplet: 20, 45 and 7E. RGB value is (32,69,126). Sum of RGB (Red+Green+Blue) = 32+69+126=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #20457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20457E is #DFBA81. Grayscale: #404040. Windows color (decimal): -14662274 or 8275232. OLE color: 8275232.

HSL color Cylindrical-coordinate representation of color #20457E: hue angle of 216.38º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20457E is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3269126-
CMYK0.750.4500.51
HSL216.38º59.49%30.98%-
HSV(B)216.38º74.6%49.41%-
XYZ6.496.0720.57-
YUV64.44162.74104.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 126 (49.61% from 255) = 55.51%
R=14.10%
G=30.40%
B=55.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32691260.750.4500.51216.3859.4930.98
Hex20457E4B2D033d83b1f
Octal40105176113550633307337
Binary10000010001011111110100101110110101100111101100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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