Shades of Regal Blue #213E56
Tints of Regal Blue #213E56
RGB
CMYK
RGB Variations
Color information
#213E56 (or 0x213E56) is known color: Regal Blue. HEX triplet: 21, 3E and 56. RGB value is (33,62,86). Sum of RGB (Red+Green+Blue) = 33+62+86=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #213E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E56 is #DEC1A9. Grayscale: #373737. Windows color (decimal): -14598570 or 5652001. OLE color: 5652001.
HSL color Cylindrical-coordinate representation of color #213E56: hue angle of 207.17º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213E56 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 62 | 86 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.66 |
| HSL | 207.17º | 0.45% | 0.23% | - |
| HSV(B) | 207.17º | 0.62% | 0.34% | - |
| XYZ | 4.03 | 4.44 | 9.45 | - |
| YUV | 56.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 86 | 0.62 | 0.28 | 0 | 0.66 | 207.17 | 0.45 | 0.23 |
| Hex | 21 | 3E | 56 | 3E | 1C | 0 | 42 | CF | 2D | 17 |
| Octal | 41 | 76 | 126 | 76 | 34 | 0 | 102 | 317 | 55 | 27 |
| Binary | 100001 | 111110 | 1010110 | 111110 | 11100 | 0 | 1000010 | 11001111 | 101101 | 10111 |
Color Harmonies of #213E56
Complementary color
Monochromatic Colors of #213E56
Black with #213E56
Text Example
Text Example
White with #213E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E56; }
p { color: rgb(33,62,86); }
H1.HeaderClassName
{
color: #213E56;
}
.AnyTagClassName
{
color: #213E56;
}
</style>
background-color css
<style>
a { background-color: #213E56; }
a { background-color: rgb(33,62,86); }
div.DivClassName
{
background-color: #213E56;
}
.BgClassName
{
background-color: #213E56;
}
</style>
border-color css
<style>
span { border-color: #213E56; }
span { border-color: rgb(33,62,86); }
td.TdClassName
{
border-color: #213E56;
}
.TagClassName
{
border-color: #213E56;
}
</style>