Shades of Regal Blue #214460
Tints of Regal Blue #214460
RGB
CMYK
RGB Variations
Color information
#214460 (or 0x214460) is known color: Regal Blue. HEX triplet: 21, 44 and 60. RGB value is (33,68,96). Sum of RGB (Red+Green+Blue) = 33+68+96=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #214460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214460 is #DEBB9F. Grayscale: #3C3C3C. Windows color (decimal): -14597024 or 6308897. OLE color: 6308897.
HSL color Cylindrical-coordinate representation of color #214460: hue angle of 206.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214460 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 68 | 96 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.62 |
| HSL | 206.67º | 0.49% | 0.25% | - |
| HSV(B) | 206.67º | 0.66% | 0.38% | - |
| XYZ | 4.81 | 5.3 | 11.84 | - |
| YUV | 60.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 96 | 0.66 | 0.29 | 0 | 0.62 | 206.67 | 0.49 | 0.25 |
| Hex | 21 | 44 | 60 | 42 | 1D | 0 | 3E | CF | 31 | 19 |
| Octal | 41 | 104 | 140 | 102 | 35 | 0 | 76 | 317 | 61 | 31 |
| Binary | 100001 | 1000100 | 1100000 | 1000010 | 11101 | 0 | 111110 | 11001111 | 110001 | 11001 |
Color Harmonies of #214460
Complementary color
Monochromatic Colors of #214460
Black with #214460
Text Example
Text Example
White with #214460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214460; }
p { color: rgb(33,68,96); }
H1.HeaderClassName
{
color: #214460;
}
.AnyTagClassName
{
color: #214460;
}
</style>
background-color css
<style>
a { background-color: #214460; }
a { background-color: rgb(33,68,96); }
div.DivClassName
{
background-color: #214460;
}
.BgClassName
{
background-color: #214460;
}
</style>
border-color css
<style>
span { border-color: #214460; }
span { border-color: rgb(33,68,96); }
td.TdClassName
{
border-color: #214460;
}
.TagClassName
{
border-color: #214460;
}
</style>