Shades of Regal Blue #213B52
Tints of Regal Blue #213B52
RGB
CMYK
RGB Variations
Color information
#213B52 (or 0x213B52) is known color: Regal Blue. HEX triplet: 21, 3B and 52. RGB value is (33,59,82). Sum of RGB (Red+Green+Blue) = 33+59+82=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #213B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B52 is #DEC4AD. Grayscale: #353535. Windows color (decimal): -14599342 or 5389089. OLE color: 5389089.
HSL color Cylindrical-coordinate representation of color #213B52: hue angle of 208.16º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213B52 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 59 | 82 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.68 |
| HSL | 208.16º | 0.43% | 0.23% | - |
| HSV(B) | 208.16º | 0.6% | 0.32% | - |
| XYZ | 3.71 | 4.06 | 8.57 | - |
| YUV | 53.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 82 | 0.60 | 0.28 | 0 | 0.68 | 208.16 | 0.43 | 0.23 |
| Hex | 21 | 3B | 52 | 3C | 1C | 0 | 44 | D0 | 2B | 17 |
| Octal | 41 | 73 | 122 | 74 | 34 | 0 | 104 | 320 | 53 | 27 |
| Binary | 100001 | 111011 | 1010010 | 111100 | 11100 | 0 | 1000100 | 11010000 | 101011 | 10111 |
Color Harmonies of #213B52
Complementary color
Monochromatic Colors of #213B52
Black with #213B52
Text Example
Text Example
White with #213B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B52; }
p { color: rgb(33,59,82); }
H1.HeaderClassName
{
color: #213B52;
}
.AnyTagClassName
{
color: #213B52;
}
</style>
background-color css
<style>
a { background-color: #213B52; }
a { background-color: rgb(33,59,82); }
div.DivClassName
{
background-color: #213B52;
}
.BgClassName
{
background-color: #213B52;
}
</style>
border-color css
<style>
span { border-color: #213B52; }
span { border-color: rgb(33,59,82); }
td.TdClassName
{
border-color: #213B52;
}
.TagClassName
{
border-color: #213B52;
}
</style>