Shades of Regal Blue #213952
Tints of Regal Blue #213952
RGB
CMYK
RGB Variations
Color information
#213952 (or 0x213952) is known color: Regal Blue. HEX triplet: 21, 39 and 52. RGB value is (33,57,82). Sum of RGB (Red+Green+Blue) = 33+57+82=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #213952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213952 is #DEC6AD. Grayscale: #343434. Windows color (decimal): -14599854 or 5388577. OLE color: 5388577.
HSL color Cylindrical-coordinate representation of color #213952: hue angle of 210.61º 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 #213952 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 57 | 82 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.68 |
| HSL | 210.61º | 0.43% | 0.23% | - |
| HSV(B) | 210.61º | 0.6% | 0.32% | - |
| XYZ | 3.61 | 3.86 | 8.54 | - |
| YUV | 52.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 82 | 0.60 | 0.30 | 0 | 0.68 | 210.61 | 0.43 | 0.23 |
| Hex | 21 | 39 | 52 | 3C | 1E | 0 | 44 | D3 | 2B | 17 |
| Octal | 41 | 71 | 122 | 74 | 36 | 0 | 104 | 323 | 53 | 27 |
| Binary | 100001 | 111001 | 1010010 | 111100 | 11110 | 0 | 1000100 | 11010011 | 101011 | 10111 |
Color Harmonies of #213952
Complementary color
Monochromatic Colors of #213952
Black with #213952
Text Example
Text Example
White with #213952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213952; }
p { color: rgb(33,57,82); }
H1.HeaderClassName
{
color: #213952;
}
.AnyTagClassName
{
color: #213952;
}
</style>
background-color css
<style>
a { background-color: #213952; }
a { background-color: rgb(33,57,82); }
div.DivClassName
{
background-color: #213952;
}
.BgClassName
{
background-color: #213952;
}
</style>
border-color css
<style>
span { border-color: #213952; }
span { border-color: rgb(33,57,82); }
td.TdClassName
{
border-color: #213952;
}
.TagClassName
{
border-color: #213952;
}
</style>