Shades of Regal Blue #214054
Tints of Regal Blue #214054
RGB
CMYK
RGB Variations
Color information
#214054 (or 0x214054) is known color: Regal Blue. HEX triplet: 21, 40 and 54. RGB value is (33,64,84). Sum of RGB (Red+Green+Blue) = 33+64+84=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #214054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214054 is #DEBFAB. Grayscale: #383838. Windows color (decimal): -14598060 or 5521441. OLE color: 5521441.
HSL color Cylindrical-coordinate representation of color #214054: hue angle of 203.53º 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 #214054 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 64 | 84 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.67 |
| HSL | 203.53º | 0.44% | 0.23% | - |
| HSV(B) | 203.53º | 0.61% | 0.33% | - |
| XYZ | 4.06 | 4.63 | 9.07 | - |
| YUV | 57.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 84 | 0.61 | 0.24 | 0 | 0.67 | 203.53 | 0.44 | 0.23 |
| Hex | 21 | 40 | 54 | 3D | 18 | 0 | 43 | CC | 2C | 17 |
| Octal | 41 | 100 | 124 | 75 | 30 | 0 | 103 | 314 | 54 | 27 |
| Binary | 100001 | 1000000 | 1010100 | 111101 | 11000 | 0 | 1000011 | 11001100 | 101100 | 10111 |
Color Harmonies of #214054
Complementary color
Monochromatic Colors of #214054
Black with #214054
Text Example
Text Example
White with #214054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214054; }
p { color: rgb(33,64,84); }
H1.HeaderClassName
{
color: #214054;
}
.AnyTagClassName
{
color: #214054;
}
</style>
background-color css
<style>
a { background-color: #214054; }
a { background-color: rgb(33,64,84); }
div.DivClassName
{
background-color: #214054;
}
.BgClassName
{
background-color: #214054;
}
</style>
border-color css
<style>
span { border-color: #214054; }
span { border-color: rgb(33,64,84); }
td.TdClassName
{
border-color: #214054;
}
.TagClassName
{
border-color: #214054;
}
</style>