Shades of Fun Blue #20448D
Tints of Fun Blue #20448D
RGB
CMYK
RGB Variations
Color information
#20448D (or 0x20448D) is known color: Fun Blue. HEX triplet: 20, 44 and 8D. RGB value is (32,68,141). Sum of RGB (Red+Green+Blue) = 32+68+141=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #20448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20448D is #DFBB72. Grayscale: #414141. Windows color (decimal): -14662515 or 9258016. OLE color: 9258016.
HSL color Cylindrical-coordinate representation of color #20448D: hue angle of 220.18º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20448D is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 68 | 141 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.45 |
| HSL | 220.18º | 0.63% | 0.34% | - |
| HSV(B) | 220.18º | 0.77% | 0.55% | - |
| XYZ | 7.47 | 6.36 | 26.03 | - |
| YUV | 65.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 141 | 0.77 | 0.52 | 0 | 0.45 | 220.18 | 0.63 | 0.34 |
| Hex | 20 | 44 | 8D | 4D | 34 | 0 | 2D | DC | 3F | 22 |
| Octal | 40 | 104 | 215 | 115 | 64 | 0 | 55 | 334 | 77 | 42 |
| Binary | 100000 | 1000100 | 10001101 | 1001101 | 110100 | 0 | 101101 | 11011100 | 111111 | 100010 |
Color Harmonies of #20448D
Complementary color
Monochromatic Colors of #20448D
Black with #20448D
Text Example
Text Example
White with #20448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20448D; }
p { color: rgb(32,68,141); }
H1.HeaderClassName
{
color: #20448D;
}
.AnyTagClassName
{
color: #20448D;
}
</style>
background-color css
<style>
a { background-color: #20448D; }
a { background-color: rgb(32,68,141); }
div.DivClassName
{
background-color: #20448D;
}
.BgClassName
{
background-color: #20448D;
}
</style>
border-color css
<style>
span { border-color: #20448D; }
span { border-color: rgb(32,68,141); }
td.TdClassName
{
border-color: #20448D;
}
.TagClassName
{
border-color: #20448D;
}
</style>