Shades of Fun Blue #21408B
Tints of Fun Blue #21408B
RGB
CMYK
RGB Variations
Color information
#21408B (or 0x21408B) is known color: Fun Blue. HEX triplet: 21, 40 and 8B. RGB value is (33,64,139). Sum of RGB (Red+Green+Blue) = 33+64+139=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #21408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21408B is #DEBF74. Grayscale: #3E3E3E. Windows color (decimal): -14598005 or 9125921. OLE color: 9125921.
HSL color Cylindrical-coordinate representation of color #21408B: hue angle of 222.45º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21408B is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 64 | 139 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.45 |
| HSL | 222.45º | 0.62% | 0.34% | - |
| HSV(B) | 222.45º | 0.76% | 0.55% | - |
| XYZ | 7.12 | 5.85 | 25.18 | - |
| YUV | 63.28 | 170.73 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 139 | 0.76 | 0.54 | 0 | 0.45 | 222.45 | 0.62 | 0.34 |
| Hex | 21 | 40 | 8B | 4C | 36 | 0 | 2D | DE | 3E | 22 |
| Octal | 41 | 100 | 213 | 114 | 66 | 0 | 55 | 336 | 76 | 42 |
| Binary | 100001 | 1000000 | 10001011 | 1001100 | 110110 | 0 | 101101 | 11011110 | 111110 | 100010 |
Color Harmonies of #21408B
Complementary color
Monochromatic Colors of #21408B
Black with #21408B
Text Example
Text Example
White with #21408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21408B; }
p { color: rgb(33,64,139); }
H1.HeaderClassName
{
color: #21408B;
}
.AnyTagClassName
{
color: #21408B;
}
</style>
background-color css
<style>
a { background-color: #21408B; }
a { background-color: rgb(33,64,139); }
div.DivClassName
{
background-color: #21408B;
}
.BgClassName
{
background-color: #21408B;
}
</style>
border-color css
<style>
span { border-color: #21408B; }
span { border-color: rgb(33,64,139); }
td.TdClassName
{
border-color: #21408B;
}
.TagClassName
{
border-color: #21408B;
}
</style>