Shades of Fun Blue #214688
Tints of Fun Blue #214688
RGB
CMYK
RGB Variations
Color information
#214688 (or 0x214688) is known color: Fun Blue. HEX triplet: 21, 46 and 88. RGB value is (33,70,136). Sum of RGB (Red+Green+Blue) = 33+70+136=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #214688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214688 is #DEB977. Grayscale: #424242. Windows color (decimal): -14596472 or 8930849. OLE color: 8930849.
HSL color Cylindrical-coordinate representation of color #214688: hue angle of 218.45º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214688 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 70 | 136 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.47 |
| HSL | 218.45º | 0.61% | 0.33% | - |
| HSV(B) | 218.45º | 0.76% | 0.53% | - |
| XYZ | 7.26 | 6.48 | 24.16 | - |
| YUV | 66.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 136 | 0.76 | 0.49 | 0 | 0.47 | 218.45 | 0.61 | 0.33 |
| Hex | 21 | 46 | 88 | 4C | 31 | 0 | 2F | DA | 3D | 21 |
| Octal | 41 | 106 | 210 | 114 | 61 | 0 | 57 | 332 | 75 | 41 |
| Binary | 100001 | 1000110 | 10001000 | 1001100 | 110001 | 0 | 101111 | 11011010 | 111101 | 100001 |
Color Harmonies of #214688
Complementary color
Monochromatic Colors of #214688
Black with #214688
Text Example
Text Example
White with #214688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214688; }
p { color: rgb(33,70,136); }
H1.HeaderClassName
{
color: #214688;
}
.AnyTagClassName
{
color: #214688;
}
</style>
background-color css
<style>
a { background-color: #214688; }
a { background-color: rgb(33,70,136); }
div.DivClassName
{
background-color: #214688;
}
.BgClassName
{
background-color: #214688;
}
</style>
border-color css
<style>
span { border-color: #214688; }
span { border-color: rgb(33,70,136); }
td.TdClassName
{
border-color: #214688;
}
.TagClassName
{
border-color: #214688;
}
</style>