Shades of Regal Blue #213B56
Tints of Regal Blue #213B56
RGB
CMYK
RGB Variations
Color information
#213B56 (or 0x213B56) is known color: Regal Blue. HEX triplet: 21, 3B and 56. RGB value is (33,59,86). Sum of RGB (Red+Green+Blue) = 33+59+86=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #213B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B56 is #DEC4A9. Grayscale: #363636. Windows color (decimal): -14599338 or 5651233. OLE color: 5651233.
HSL color Cylindrical-coordinate representation of color #213B56: hue angle of 210.57º 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 #213B56 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 59 | 86 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.66 |
| HSL | 210.57º | 0.45% | 0.23% | - |
| HSV(B) | 210.57º | 0.62% | 0.34% | - |
| XYZ | 3.87 | 4.12 | 9.4 | - |
| YUV | 54.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 86 | 0.62 | 0.31 | 0 | 0.66 | 210.57 | 0.45 | 0.23 |
| Hex | 21 | 3B | 56 | 3E | 1F | 0 | 42 | D3 | 2D | 17 |
| Octal | 41 | 73 | 126 | 76 | 37 | 0 | 102 | 323 | 55 | 27 |
| Binary | 100001 | 111011 | 1010110 | 111110 | 11111 | 0 | 1000010 | 11010011 | 101101 | 10111 |
Color Harmonies of #213B56
Complementary color
Monochromatic Colors of #213B56
Black with #213B56
Text Example
Text Example
White with #213B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B56; }
p { color: rgb(33,59,86); }
H1.HeaderClassName
{
color: #213B56;
}
.AnyTagClassName
{
color: #213B56;
}
</style>
background-color css
<style>
a { background-color: #213B56; }
a { background-color: rgb(33,59,86); }
div.DivClassName
{
background-color: #213B56;
}
.BgClassName
{
background-color: #213B56;
}
</style>
border-color css
<style>
span { border-color: #213B56; }
span { border-color: rgb(33,59,86); }
td.TdClassName
{
border-color: #213B56;
}
.TagClassName
{
border-color: #213B56;
}
</style>