Shades of Regal Blue #213C56
Tints of Regal Blue #213C56
RGB
CMYK
RGB Variations
Color information
#213C56 (or 0x213C56) is known color: Regal Blue. HEX triplet: 21, 3C and 56. RGB value is (33,60,86). Sum of RGB (Red+Green+Blue) = 33+60+86=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #213C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C56 is #DEC3A9. Grayscale: #363636. Windows color (decimal): -14599082 or 5651489. OLE color: 5651489.
HSL color Cylindrical-coordinate representation of color #213C56: hue angle of 209.43º 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 #213C56 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 60 | 86 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.66 |
| HSL | 209.43º | 0.45% | 0.23% | - |
| HSV(B) | 209.43º | 0.62% | 0.34% | - |
| XYZ | 3.92 | 4.23 | 9.41 | - |
| YUV | 54.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 86 | 0.62 | 0.30 | 0 | 0.66 | 209.43 | 0.45 | 0.23 |
| Hex | 21 | 3C | 56 | 3E | 1E | 0 | 42 | D1 | 2D | 17 |
| Octal | 41 | 74 | 126 | 76 | 36 | 0 | 102 | 321 | 55 | 27 |
| Binary | 100001 | 111100 | 1010110 | 111110 | 11110 | 0 | 1000010 | 11010001 | 101101 | 10111 |
Color Harmonies of #213C56
Complementary color
Monochromatic Colors of #213C56
Black with #213C56
Text Example
Text Example
White with #213C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C56; }
p { color: rgb(33,60,86); }
H1.HeaderClassName
{
color: #213C56;
}
.AnyTagClassName
{
color: #213C56;
}
</style>
background-color css
<style>
a { background-color: #213C56; }
a { background-color: rgb(33,60,86); }
div.DivClassName
{
background-color: #213C56;
}
.BgClassName
{
background-color: #213C56;
}
</style>
border-color css
<style>
span { border-color: #213C56; }
span { border-color: rgb(33,60,86); }
td.TdClassName
{
border-color: #213C56;
}
.TagClassName
{
border-color: #213C56;
}
</style>