Shades of Regal Blue #213D58
Tints of Regal Blue #213D58
RGB
CMYK
RGB Variations
Color information
#213D58 (or 0x213D58) is known color: Regal Blue. HEX triplet: 21, 3D and 58. RGB value is (33,61,88). Sum of RGB (Red+Green+Blue) = 33+61+88=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #213D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D58 is #DEC2A7. Grayscale: #373737. Windows color (decimal): -14598824 or 5782817. OLE color: 5782817.
HSL color Cylindrical-coordinate representation of color #213D58: hue angle of 209.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213D58 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 61 | 88 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.65 |
| HSL | 209.45º | 0.45% | 0.24% | - |
| HSV(B) | 209.45º | 0.63% | 0.35% | - |
| XYZ | 4.06 | 4.37 | 9.86 | - |
| YUV | 55.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 88 | 0.62 | 0.31 | 0 | 0.65 | 209.45 | 0.45 | 0.24 |
| Hex | 21 | 3D | 58 | 3E | 1F | 0 | 41 | D1 | 2D | 18 |
| Octal | 41 | 75 | 130 | 76 | 37 | 0 | 101 | 321 | 55 | 30 |
| Binary | 100001 | 111101 | 1011000 | 111110 | 11111 | 0 | 1000001 | 11010001 | 101101 | 11000 |
Color Harmonies of #213D58
Complementary color
Monochromatic Colors of #213D58
Black with #213D58
Text Example
Text Example
White with #213D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D58; }
p { color: rgb(33,61,88); }
H1.HeaderClassName
{
color: #213D58;
}
.AnyTagClassName
{
color: #213D58;
}
</style>
background-color css
<style>
a { background-color: #213D58; }
a { background-color: rgb(33,61,88); }
div.DivClassName
{
background-color: #213D58;
}
.BgClassName
{
background-color: #213D58;
}
</style>
border-color css
<style>
span { border-color: #213D58; }
span { border-color: rgb(33,61,88); }
td.TdClassName
{
border-color: #213D58;
}
.TagClassName
{
border-color: #213D58;
}
</style>