Shades of Regal Blue #213852
Tints of Regal Blue #213852
RGB
CMYK
RGB Variations
Color information
#213852 (or 0x213852) is known color: Regal Blue. HEX triplet: 21, 38 and 52. RGB value is (33,56,82). Sum of RGB (Red+Green+Blue) = 33+56+82=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #213852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213852 is #DEC7AD. Grayscale: #333333. Windows color (decimal): -14600110 or 5388321. OLE color: 5388321.
HSL color Cylindrical-coordinate representation of color #213852: hue angle of 211.84º 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 #213852 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 56 | 82 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.68 |
| HSL | 211.84º | 0.43% | 0.23% | - |
| HSV(B) | 211.84º | 0.6% | 0.32% | - |
| XYZ | 3.56 | 3.76 | 8.52 | - |
| YUV | 52.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 82 | 0.60 | 0.32 | 0 | 0.68 | 211.84 | 0.43 | 0.23 |
| Hex | 21 | 38 | 52 | 3C | 20 | 0 | 44 | D4 | 2B | 17 |
| Octal | 41 | 70 | 122 | 74 | 40 | 0 | 104 | 324 | 53 | 27 |
| Binary | 100001 | 111000 | 1010010 | 111100 | 100000 | 0 | 1000100 | 11010100 | 101011 | 10111 |
Color Harmonies of #213852
Complementary color
Monochromatic Colors of #213852
Black with #213852
Text Example
Text Example
White with #213852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213852; }
p { color: rgb(33,56,82); }
H1.HeaderClassName
{
color: #213852;
}
.AnyTagClassName
{
color: #213852;
}
</style>
background-color css
<style>
a { background-color: #213852; }
a { background-color: rgb(33,56,82); }
div.DivClassName
{
background-color: #213852;
}
.BgClassName
{
background-color: #213852;
}
</style>
border-color css
<style>
span { border-color: #213852; }
span { border-color: rgb(33,56,82); }
td.TdClassName
{
border-color: #213852;
}
.TagClassName
{
border-color: #213852;
}
</style>