Shades of Regal Blue #213B57
Tints of Regal Blue #213B57
RGB
CMYK
RGB Variations
Color information
#213B57 (or 0x213B57) is known color: Regal Blue. HEX triplet: 21, 3B and 57. RGB value is (33,59,87). Sum of RGB (Red+Green+Blue) = 33+59+87=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #213B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B57 is #DEC4A8. Grayscale: #363636. Windows color (decimal): -14599337 or 5716769. OLE color: 5716769.
HSL color Cylindrical-coordinate representation of color #213B57: hue angle of 211.11º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213B57 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 59 | 87 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.66 |
| HSL | 211.11º | 0.45% | 0.24% | - |
| HSV(B) | 211.11º | 0.62% | 0.34% | - |
| XYZ | 3.91 | 4.14 | 9.61 | - |
| YUV | 54.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 87 | 0.62 | 0.32 | 0 | 0.66 | 211.11 | 0.45 | 0.24 |
| Hex | 21 | 3B | 57 | 3E | 20 | 0 | 42 | D3 | 2D | 18 |
| Octal | 41 | 73 | 127 | 76 | 40 | 0 | 102 | 323 | 55 | 30 |
| Binary | 100001 | 111011 | 1010111 | 111110 | 100000 | 0 | 1000010 | 11010011 | 101101 | 11000 |
Color Harmonies of #213B57
Complementary color
Monochromatic Colors of #213B57
Black with #213B57
Text Example
Text Example
White with #213B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B57; }
p { color: rgb(33,59,87); }
H1.HeaderClassName
{
color: #213B57;
}
.AnyTagClassName
{
color: #213B57;
}
</style>
background-color css
<style>
a { background-color: #213B57; }
a { background-color: rgb(33,59,87); }
div.DivClassName
{
background-color: #213B57;
}
.BgClassName
{
background-color: #213B57;
}
</style>
border-color css
<style>
span { border-color: #213B57; }
span { border-color: rgb(33,59,87); }
td.TdClassName
{
border-color: #213B57;
}
.TagClassName
{
border-color: #213B57;
}
</style>