Shades of Regal Blue #213951
Tints of Regal Blue #213951
RGB
CMYK
RGB Variations
Color information
#213951 (or 0x213951) is known color: Regal Blue. HEX triplet: 21, 39 and 51. RGB value is (33,57,81). Sum of RGB (Red+Green+Blue) = 33+57+81=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #213951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213951 is #DEC6AE. Grayscale: #343434. Windows color (decimal): -14599855 or 5323041. OLE color: 5323041.
HSL color Cylindrical-coordinate representation of color #213951: hue angle of 210º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213951 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 57 | 81 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.68 |
| HSL | 210º | 0.42% | 0.22% | - |
| HSV(B) | 210º | 0.59% | 0.32% | - |
| XYZ | 3.58 | 3.84 | 8.34 | - |
| YUV | 52.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 81 | 0.59 | 0.30 | 0 | 0.68 | 210 | 0.42 | 0.22 |
| Hex | 21 | 39 | 51 | 3B | 1E | 0 | 44 | D2 | 2A | 16 |
| Octal | 41 | 71 | 121 | 73 | 36 | 0 | 104 | 322 | 52 | 26 |
| Binary | 100001 | 111001 | 1010001 | 111011 | 11110 | 0 | 1000100 | 11010010 | 101010 | 10110 |
Color Harmonies of #213951
Complementary color
Monochromatic Colors of #213951
Black with #213951
Text Example
Text Example
White with #213951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213951; }
p { color: rgb(33,57,81); }
H1.HeaderClassName
{
color: #213951;
}
.AnyTagClassName
{
color: #213951;
}
</style>
background-color css
<style>
a { background-color: #213951; }
a { background-color: rgb(33,57,81); }
div.DivClassName
{
background-color: #213951;
}
.BgClassName
{
background-color: #213951;
}
</style>
border-color css
<style>
span { border-color: #213951; }
span { border-color: rgb(33,57,81); }
td.TdClassName
{
border-color: #213951;
}
.TagClassName
{
border-color: #213951;
}
</style>