Shades of Fun Blue #20457E
Tints of Fun Blue #20457E
RGB
CMYK
RGB Variations
Color information
#20457E (or 0x20457E) is known color: 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
| RGB | 32 | 69 | 126 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.51 |
| HSL | 216.38º | 0.59% | 0.31% | - |
| HSV(B) | 216.38º | 0.75% | 0.49% | - |
| XYZ | 6.49 | 6.07 | 20.57 | - |
| YUV | 64.44 | 162.74 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 126 | 0.75 | 0.45 | 0 | 0.51 | 216.38 | 0.59 | 0.31 |
| Hex | 20 | 45 | 7E | 4B | 2D | 0 | 33 | D8 | 3B | 1F |
| Octal | 40 | 105 | 176 | 113 | 55 | 0 | 63 | 330 | 73 | 37 |
| Binary | 100000 | 1000101 | 1111110 | 1001011 | 101101 | 0 | 110011 | 11011000 | 111011 | 11111 |
Color Harmonies of #20457E
Complementary color
Monochromatic Colors of #20457E
Black with #20457E
Text Example
Text Example
White with #20457E
Text Example
Text Example
HTML Codes & Css Web 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>