Shades of Regal Blue #213C57
Tints of Regal Blue #213C57
RGB
CMYK
RGB Variations
Color information
#213C57 (or 0x213C57) is known color: Regal Blue. HEX triplet: 21, 3C and 57. RGB value is (33,60,87). Sum of RGB (Red+Green+Blue) = 33+60+87=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #213C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C57 is #DEC3A8. Grayscale: #363636. Windows color (decimal): -14599081 or 5717025. OLE color: 5717025.
HSL color Cylindrical-coordinate representation of color #213C57: hue angle of 210º 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 #213C57 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 60 | 87 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.66 |
| HSL | 210º | 0.45% | 0.24% | - |
| HSV(B) | 210º | 0.62% | 0.34% | - |
| XYZ | 3.96 | 4.24 | 9.63 | - |
| YUV | 55.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 87 | 0.62 | 0.31 | 0 | 0.66 | 210 | 0.45 | 0.24 |
| Hex | 21 | 3C | 57 | 3E | 1F | 0 | 42 | D2 | 2D | 18 |
| Octal | 41 | 74 | 127 | 76 | 37 | 0 | 102 | 322 | 55 | 30 |
| Binary | 100001 | 111100 | 1010111 | 111110 | 11111 | 0 | 1000010 | 11010010 | 101101 | 11000 |
Color Harmonies of #213C57
Complementary color
Monochromatic Colors of #213C57
Black with #213C57
Text Example
Text Example
White with #213C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C57; }
p { color: rgb(33,60,87); }
H1.HeaderClassName
{
color: #213C57;
}
.AnyTagClassName
{
color: #213C57;
}
</style>
background-color css
<style>
a { background-color: #213C57; }
a { background-color: rgb(33,60,87); }
div.DivClassName
{
background-color: #213C57;
}
.BgClassName
{
background-color: #213C57;
}
</style>
border-color css
<style>
span { border-color: #213C57; }
span { border-color: rgb(33,60,87); }
td.TdClassName
{
border-color: #213C57;
}
.TagClassName
{
border-color: #213C57;
}
</style>