Shades of Regal Blue #214156
Tints of Regal Blue #214156
RGB
CMYK
RGB Variations
Color information
#214156 (or 0x214156) is known color: Regal Blue. HEX triplet: 21, 41 and 56. RGB value is (33,65,86). Sum of RGB (Red+Green+Blue) = 33+65+86=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #214156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214156 is #DEBEA9. Grayscale: #393939. Windows color (decimal): -14597802 or 5652769. OLE color: 5652769.
HSL color Cylindrical-coordinate representation of color #214156: hue angle of 203.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214156 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 65 | 86 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.66 |
| HSL | 203.77º | 0.45% | 0.23% | - |
| HSV(B) | 203.77º | 0.62% | 0.34% | - |
| XYZ | 4.2 | 4.78 | 9.5 | - |
| YUV | 57.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 86 | 0.62 | 0.24 | 0 | 0.66 | 203.77 | 0.45 | 0.23 |
| Hex | 21 | 41 | 56 | 3E | 18 | 0 | 42 | CC | 2D | 17 |
| Octal | 41 | 101 | 126 | 76 | 30 | 0 | 102 | 314 | 55 | 27 |
| Binary | 100001 | 1000001 | 1010110 | 111110 | 11000 | 0 | 1000010 | 11001100 | 101101 | 10111 |
Color Harmonies of #214156
Complementary color
Monochromatic Colors of #214156
Black with #214156
Text Example
Text Example
White with #214156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214156; }
p { color: rgb(33,65,86); }
H1.HeaderClassName
{
color: #214156;
}
.AnyTagClassName
{
color: #214156;
}
</style>
background-color css
<style>
a { background-color: #214156; }
a { background-color: rgb(33,65,86); }
div.DivClassName
{
background-color: #214156;
}
.BgClassName
{
background-color: #214156;
}
</style>
border-color css
<style>
span { border-color: #214156; }
span { border-color: rgb(33,65,86); }
td.TdClassName
{
border-color: #214156;
}
.TagClassName
{
border-color: #214156;
}
</style>