Shades of Fun Blue #214591
Tints of Fun Blue #214591
RGB
CMYK
RGB Variations
Color information
#214591 (or 0x214591) is known color: Fun Blue. HEX triplet: 21, 45 and 91. RGB value is (33,69,145). Sum of RGB (Red+Green+Blue) = 33+69+145=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #214591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214591 is #DEBA6E. Grayscale: #424242. Windows color (decimal): -14596719 or 9520417. OLE color: 9520417.
HSL color Cylindrical-coordinate representation of color #214591: hue angle of 220.71º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214591 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 69 | 145 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.43 |
| HSL | 220.71º | 0.63% | 0.35% | - |
| HSV(B) | 220.71º | 0.77% | 0.57% | - |
| XYZ | 7.87 | 6.62 | 27.65 | - |
| YUV | 66.9 | 172.07 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 145 | 0.77 | 0.52 | 0 | 0.43 | 220.71 | 0.63 | 0.35 |
| Hex | 21 | 45 | 91 | 4D | 34 | 0 | 2B | DD | 3F | 23 |
| Octal | 41 | 105 | 221 | 115 | 64 | 0 | 53 | 335 | 77 | 43 |
| Binary | 100001 | 1000101 | 10010001 | 1001101 | 110100 | 0 | 101011 | 11011101 | 111111 | 100011 |
Color Harmonies of #214591
Complementary color
Monochromatic Colors of #214591
Black with #214591
Text Example
Text Example
White with #214591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214591; }
p { color: rgb(33,69,145); }
H1.HeaderClassName
{
color: #214591;
}
.AnyTagClassName
{
color: #214591;
}
</style>
background-color css
<style>
a { background-color: #214591; }
a { background-color: rgb(33,69,145); }
div.DivClassName
{
background-color: #214591;
}
.BgClassName
{
background-color: #214591;
}
</style>
border-color css
<style>
span { border-color: #214591; }
span { border-color: rgb(33,69,145); }
td.TdClassName
{
border-color: #214591;
}
.TagClassName
{
border-color: #214591;
}
</style>