Shades of Fun Blue #214888
Tints of Fun Blue #214888
RGB
CMYK
RGB Variations
Color information
#214888 (or 0x214888) is known color: Fun Blue. HEX triplet: 21, 48 and 88. RGB value is (33,72,136). Sum of RGB (Red+Green+Blue) = 33+72+136=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #214888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214888 is #DEB777. Grayscale: #434343. Windows color (decimal): -14595960 or 8931361. OLE color: 8931361.
HSL color Cylindrical-coordinate representation of color #214888: hue angle of 217.28º 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 #214888 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 72 | 136 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.47 |
| HSL | 217.28º | 0.61% | 0.33% | - |
| HSV(B) | 217.28º | 0.76% | 0.53% | - |
| XYZ | 7.39 | 6.74 | 24.2 | - |
| YUV | 67.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 136 | 0.76 | 0.47 | 0 | 0.47 | 217.28 | 0.61 | 0.33 |
| Hex | 21 | 48 | 88 | 4C | 2F | 0 | 2F | D9 | 3D | 21 |
| Octal | 41 | 110 | 210 | 114 | 57 | 0 | 57 | 331 | 75 | 41 |
| Binary | 100001 | 1001000 | 10001000 | 1001100 | 101111 | 0 | 101111 | 11011001 | 111101 | 100001 |
Color Harmonies of #214888
Complementary color
Monochromatic Colors of #214888
Black with #214888
Text Example
Text Example
White with #214888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214888; }
p { color: rgb(33,72,136); }
H1.HeaderClassName
{
color: #214888;
}
.AnyTagClassName
{
color: #214888;
}
</style>
background-color css
<style>
a { background-color: #214888; }
a { background-color: rgb(33,72,136); }
div.DivClassName
{
background-color: #214888;
}
.BgClassName
{
background-color: #214888;
}
</style>
border-color css
<style>
span { border-color: #214888; }
span { border-color: rgb(33,72,136); }
td.TdClassName
{
border-color: #214888;
}
.TagClassName
{
border-color: #214888;
}
</style>