Shades of Fun Blue #214287
Tints of Fun Blue #214287
RGB
CMYK
RGB Variations
Color information
#214287 (or 0x214287) is known color: Fun Blue. HEX triplet: 21, 42 and 87. RGB value is (33,66,135). Sum of RGB (Red+Green+Blue) = 33+66+135=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #214287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214287 is #DEBD78. Grayscale: #3F3F3F. Windows color (decimal): -14597497 or 8864289. OLE color: 8864289.
HSL color Cylindrical-coordinate representation of color #214287: hue angle of 220.59º 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 #214287 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 66 | 135 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.47 |
| HSL | 220.59º | 0.61% | 0.33% | - |
| HSV(B) | 220.59º | 0.76% | 0.53% | - |
| XYZ | 6.95 | 5.97 | 23.71 | - |
| YUV | 64 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 135 | 0.76 | 0.51 | 0 | 0.47 | 220.59 | 0.61 | 0.33 |
| Hex | 21 | 42 | 87 | 4C | 33 | 0 | 2F | DD | 3D | 21 |
| Octal | 41 | 102 | 207 | 114 | 63 | 0 | 57 | 335 | 75 | 41 |
| Binary | 100001 | 1000010 | 10000111 | 1001100 | 110011 | 0 | 101111 | 11011101 | 111101 | 100001 |
Color Harmonies of #214287
Complementary color
Monochromatic Colors of #214287
Black with #214287
Text Example
Text Example
White with #214287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214287; }
p { color: rgb(33,66,135); }
H1.HeaderClassName
{
color: #214287;
}
.AnyTagClassName
{
color: #214287;
}
</style>
background-color css
<style>
a { background-color: #214287; }
a { background-color: rgb(33,66,135); }
div.DivClassName
{
background-color: #214287;
}
.BgClassName
{
background-color: #214287;
}
</style>
border-color css
<style>
span { border-color: #214287; }
span { border-color: rgb(33,66,135); }
td.TdClassName
{
border-color: #214287;
}
.TagClassName
{
border-color: #214287;
}
</style>