Shades of Fun Blue #213E89
Tints of Fun Blue #213E89
RGB
CMYK
RGB Variations
Color information
#213E89 (or 0x213E89) is known color: Fun Blue. HEX triplet: 21, 3E and 89. RGB value is (33,62,137). Sum of RGB (Red+Green+Blue) = 33+62+137=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #213E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E89 is #DEC176. Grayscale: #3D3D3D. Windows color (decimal): -14598519 or 8994337. OLE color: 8994337.
HSL color Cylindrical-coordinate representation of color #213E89: hue angle of 223.27º 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 #213E89 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 62 | 137 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.46 |
| HSL | 223.27º | 0.61% | 0.33% | - |
| HSV(B) | 223.27º | 0.76% | 0.54% | - |
| XYZ | 6.87 | 5.57 | 24.38 | - |
| YUV | 61.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 137 | 0.76 | 0.55 | 0 | 0.46 | 223.27 | 0.61 | 0.33 |
| Hex | 21 | 3E | 89 | 4C | 37 | 0 | 2E | DF | 3D | 21 |
| Octal | 41 | 76 | 211 | 114 | 67 | 0 | 56 | 337 | 75 | 41 |
| Binary | 100001 | 111110 | 10001001 | 1001100 | 110111 | 0 | 101110 | 11011111 | 111101 | 100001 |
Color Harmonies of #213E89
Complementary color
Monochromatic Colors of #213E89
Black with #213E89
Text Example
Text Example
White with #213E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E89; }
p { color: rgb(33,62,137); }
H1.HeaderClassName
{
color: #213E89;
}
.AnyTagClassName
{
color: #213E89;
}
</style>
background-color css
<style>
a { background-color: #213E89; }
a { background-color: rgb(33,62,137); }
div.DivClassName
{
background-color: #213E89;
}
.BgClassName
{
background-color: #213E89;
}
</style>
border-color css
<style>
span { border-color: #213E89; }
span { border-color: rgb(33,62,137); }
td.TdClassName
{
border-color: #213E89;
}
.TagClassName
{
border-color: #213E89;
}
</style>