Shades of Regal Blue #213D57
Tints of Regal Blue #213D57
RGB
CMYK
RGB Variations
Color information
#213D57 (or 0x213D57) is known color: Regal Blue. HEX triplet: 21, 3D and 57. RGB value is (33,61,87). Sum of RGB (Red+Green+Blue) = 33+61+87=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #213D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D57 is #DEC2A8. Grayscale: #373737. Windows color (decimal): -14598825 or 5717281. OLE color: 5717281.
HSL color Cylindrical-coordinate representation of color #213D57: hue angle of 208.89º 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 #213D57 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 61 | 87 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.66 |
| HSL | 208.89º | 0.45% | 0.24% | - |
| HSV(B) | 208.89º | 0.62% | 0.34% | - |
| XYZ | 4.02 | 4.35 | 9.64 | - |
| YUV | 55.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 87 | 0.62 | 0.30 | 0 | 0.66 | 208.89 | 0.45 | 0.24 |
| Hex | 21 | 3D | 57 | 3E | 1E | 0 | 42 | D1 | 2D | 18 |
| Octal | 41 | 75 | 127 | 76 | 36 | 0 | 102 | 321 | 55 | 30 |
| Binary | 100001 | 111101 | 1010111 | 111110 | 11110 | 0 | 1000010 | 11010001 | 101101 | 11000 |
Color Harmonies of #213D57
Complementary color
Monochromatic Colors of #213D57
Black with #213D57
Text Example
Text Example
White with #213D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D57; }
p { color: rgb(33,61,87); }
H1.HeaderClassName
{
color: #213D57;
}
.AnyTagClassName
{
color: #213D57;
}
</style>
background-color css
<style>
a { background-color: #213D57; }
a { background-color: rgb(33,61,87); }
div.DivClassName
{
background-color: #213D57;
}
.BgClassName
{
background-color: #213D57;
}
</style>
border-color css
<style>
span { border-color: #213D57; }
span { border-color: rgb(33,61,87); }
td.TdClassName
{
border-color: #213D57;
}
.TagClassName
{
border-color: #213D57;
}
</style>