Shades of Fun Blue #20467E
Tints of Fun Blue #20467E
RGB
CMYK
RGB Variations
Color information
#20467E (or 0x20467E) is known color: Fun Blue. HEX triplet: 20, 46 and 7E. RGB value is (32,70,126). Sum of RGB (Red+Green+Blue) = 32+70+126=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #20467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20467E is #DFB981. Grayscale: #404040. Windows color (decimal): -14662018 or 8275488. OLE color: 8275488.
HSL color Cylindrical-coordinate representation of color #20467E: hue angle of 215.74º 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 #20467E is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 70 | 126 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.51 |
| HSL | 215.74º | 0.59% | 0.31% | - |
| HSV(B) | 215.74º | 0.75% | 0.49% | - |
| XYZ | 6.55 | 6.19 | 20.59 | - |
| YUV | 65.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 126 | 0.75 | 0.44 | 0 | 0.51 | 215.74 | 0.59 | 0.31 |
| Hex | 20 | 46 | 7E | 4B | 2C | 0 | 33 | D8 | 3B | 1F |
| Octal | 40 | 106 | 176 | 113 | 54 | 0 | 63 | 330 | 73 | 37 |
| Binary | 100000 | 1000110 | 1111110 | 1001011 | 101100 | 0 | 110011 | 11011000 | 111011 | 11111 |
Color Harmonies of #20467E
Complementary color
Monochromatic Colors of #20467E
Black with #20467E
Text Example
Text Example
White with #20467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20467E; }
p { color: rgb(32,70,126); }
H1.HeaderClassName
{
color: #20467E;
}
.AnyTagClassName
{
color: #20467E;
}
</style>
background-color css
<style>
a { background-color: #20467E; }
a { background-color: rgb(32,70,126); }
div.DivClassName
{
background-color: #20467E;
}
.BgClassName
{
background-color: #20467E;
}
</style>
border-color css
<style>
span { border-color: #20467E; }
span { border-color: rgb(32,70,126); }
td.TdClassName
{
border-color: #20467E;
}
.TagClassName
{
border-color: #20467E;
}
</style>