Shades of Regal Blue #213D53
Tints of Regal Blue #213D53
RGB
CMYK
RGB Variations
Color information
#213D53 (or 0x213D53) is known color: Regal Blue. HEX triplet: 21, 3D and 53. RGB value is (33,61,83). Sum of RGB (Red+Green+Blue) = 33+61+83=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #213D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D53 is #DEC2AC. Grayscale: #373737. Windows color (decimal): -14598829 or 5455137. OLE color: 5455137.
HSL color Cylindrical-coordinate representation of color #213D53: hue angle of 206.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213D53 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 61 | 83 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.67 |
| HSL | 206.4º | 0.43% | 0.23% | - |
| HSV(B) | 206.4º | 0.6% | 0.33% | - |
| XYZ | 3.86 | 4.29 | 8.81 | - |
| YUV | 55.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 83 | 0.60 | 0.27 | 0 | 0.67 | 206.4 | 0.43 | 0.23 |
| Hex | 21 | 3D | 53 | 3C | 1B | 0 | 43 | CE | 2B | 17 |
| Octal | 41 | 75 | 123 | 74 | 33 | 0 | 103 | 316 | 53 | 27 |
| Binary | 100001 | 111101 | 1010011 | 111100 | 11011 | 0 | 1000011 | 11001110 | 101011 | 10111 |
Color Harmonies of #213D53
Complementary color
Monochromatic Colors of #213D53
Black with #213D53
Text Example
Text Example
White with #213D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D53; }
p { color: rgb(33,61,83); }
H1.HeaderClassName
{
color: #213D53;
}
.AnyTagClassName
{
color: #213D53;
}
</style>
background-color css
<style>
a { background-color: #213D53; }
a { background-color: rgb(33,61,83); }
div.DivClassName
{
background-color: #213D53;
}
.BgClassName
{
background-color: #213D53;
}
</style>
border-color css
<style>
span { border-color: #213D53; }
span { border-color: rgb(33,61,83); }
td.TdClassName
{
border-color: #213D53;
}
.TagClassName
{
border-color: #213D53;
}
</style>