Shades of Regal Blue #213F55
Tints of Regal Blue #213F55
RGB
CMYK
RGB Variations
Color information
#213F55 (or 0x213F55) is known color: Regal Blue. HEX triplet: 21, 3F and 55. RGB value is (33,63,85). Sum of RGB (Red+Green+Blue) = 33+63+85=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #213F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F55 is #DEC0AA. Grayscale: #383838. Windows color (decimal): -14598315 or 5586721. OLE color: 5586721.
HSL color Cylindrical-coordinate representation of color #213F55: hue angle of 205.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213F55 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 63 | 85 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.67 |
| HSL | 205.38º | 0.44% | 0.23% | - |
| HSV(B) | 205.38º | 0.61% | 0.33% | - |
| XYZ | 4.04 | 4.53 | 9.26 | - |
| YUV | 56.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 85 | 0.61 | 0.26 | 0 | 0.67 | 205.38 | 0.44 | 0.23 |
| Hex | 21 | 3F | 55 | 3D | 1A | 0 | 43 | CD | 2C | 17 |
| Octal | 41 | 77 | 125 | 75 | 32 | 0 | 103 | 315 | 54 | 27 |
| Binary | 100001 | 111111 | 1010101 | 111101 | 11010 | 0 | 1000011 | 11001101 | 101100 | 10111 |
Color Harmonies of #213F55
Complementary color
Monochromatic Colors of #213F55
Black with #213F55
Text Example
Text Example
White with #213F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F55; }
p { color: rgb(33,63,85); }
H1.HeaderClassName
{
color: #213F55;
}
.AnyTagClassName
{
color: #213F55;
}
</style>
background-color css
<style>
a { background-color: #213F55; }
a { background-color: rgb(33,63,85); }
div.DivClassName
{
background-color: #213F55;
}
.BgClassName
{
background-color: #213F55;
}
</style>
border-color css
<style>
span { border-color: #213F55; }
span { border-color: rgb(33,63,85); }
td.TdClassName
{
border-color: #213F55;
}
.TagClassName
{
border-color: #213F55;
}
</style>