Shades of Fun Blue #214389
Tints of Fun Blue #214389
RGB
CMYK
RGB Variations
Color information
#214389 (or 0x214389) is known color: Fun Blue. HEX triplet: 21, 43 and 89. RGB value is (33,67,137). Sum of RGB (Red+Green+Blue) = 33+67+137=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #214389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214389 is #DEBC76. Grayscale: #404040. Windows color (decimal): -14597239 or 8995617. OLE color: 8995617.
HSL color Cylindrical-coordinate representation of color #214389: hue angle of 220.38º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214389 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 67 | 137 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.46 |
| HSL | 220.38º | 0.61% | 0.33% | - |
| HSV(B) | 220.38º | 0.76% | 0.54% | - |
| XYZ | 7.15 | 6.14 | 24.48 | - |
| YUV | 64.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 137 | 0.76 | 0.51 | 0 | 0.46 | 220.38 | 0.61 | 0.33 |
| Hex | 21 | 43 | 89 | 4C | 33 | 0 | 2E | DC | 3D | 21 |
| Octal | 41 | 103 | 211 | 114 | 63 | 0 | 56 | 334 | 75 | 41 |
| Binary | 100001 | 1000011 | 10001001 | 1001100 | 110011 | 0 | 101110 | 11011100 | 111101 | 100001 |
Color Harmonies of #214389
Complementary color
Monochromatic Colors of #214389
Black with #214389
Text Example
Text Example
White with #214389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214389; }
p { color: rgb(33,67,137); }
H1.HeaderClassName
{
color: #214389;
}
.AnyTagClassName
{
color: #214389;
}
</style>
background-color css
<style>
a { background-color: #214389; }
a { background-color: rgb(33,67,137); }
div.DivClassName
{
background-color: #214389;
}
.BgClassName
{
background-color: #214389;
}
</style>
border-color css
<style>
span { border-color: #214389; }
span { border-color: rgb(33,67,137); }
td.TdClassName
{
border-color: #214389;
}
.TagClassName
{
border-color: #214389;
}
</style>