Shades of Fun Blue #214088
Tints of Fun Blue #214088
RGB
CMYK
RGB Variations
Color information
#214088 (or 0x214088) is known color: Fun Blue. HEX triplet: 21, 40 and 88. RGB value is (33,64,136). Sum of RGB (Red+Green+Blue) = 33+64+136=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #214088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214088 is #DEBF77. Grayscale: #3E3E3E. Windows color (decimal): -14598008 or 8929313. OLE color: 8929313.
HSL color Cylindrical-coordinate representation of color #214088: hue angle of 221.94º 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 #214088 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 64 | 136 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.47 |
| HSL | 221.94º | 0.61% | 0.33% | - |
| HSV(B) | 221.94º | 0.76% | 0.53% | - |
| XYZ | 6.9 | 5.77 | 24.04 | - |
| YUV | 62.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 136 | 0.76 | 0.53 | 0 | 0.47 | 221.94 | 0.61 | 0.33 |
| Hex | 21 | 40 | 88 | 4C | 35 | 0 | 2F | DE | 3D | 21 |
| Octal | 41 | 100 | 210 | 114 | 65 | 0 | 57 | 336 | 75 | 41 |
| Binary | 100001 | 1000000 | 10001000 | 1001100 | 110101 | 0 | 101111 | 11011110 | 111101 | 100001 |
Color Harmonies of #214088
Complementary color
Monochromatic Colors of #214088
Black with #214088
Text Example
Text Example
White with #214088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214088; }
p { color: rgb(33,64,136); }
H1.HeaderClassName
{
color: #214088;
}
.AnyTagClassName
{
color: #214088;
}
</style>
background-color css
<style>
a { background-color: #214088; }
a { background-color: rgb(33,64,136); }
div.DivClassName
{
background-color: #214088;
}
.BgClassName
{
background-color: #214088;
}
</style>
border-color css
<style>
span { border-color: #214088; }
span { border-color: rgb(33,64,136); }
td.TdClassName
{
border-color: #214088;
}
.TagClassName
{
border-color: #214088;
}
</style>