Shades of Regal Blue #214463
Tints of Regal Blue #214463
RGB
CMYK
RGB Variations
Color information
#214463 (or 0x214463) is known color: Regal Blue. HEX triplet: 21, 44 and 63. RGB value is (33,68,99). Sum of RGB (Red+Green+Blue) = 33+68+99=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #214463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214463 is #DEBB9C. Grayscale: #3C3C3C. Windows color (decimal): -14597021 or 6505505. OLE color: 6505505.
HSL color Cylindrical-coordinate representation of color #214463: hue angle of 208.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214463 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 68 | 99 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.61 |
| HSL | 208.18º | 0.5% | 0.26% | - |
| HSV(B) | 208.18º | 0.67% | 0.39% | - |
| XYZ | 4.95 | 5.36 | 12.58 | - |
| YUV | 61.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 99 | 0.67 | 0.31 | 0 | 0.61 | 208.18 | 0.5 | 0.26 |
| Hex | 21 | 44 | 63 | 43 | 1F | 0 | 3D | D0 | 32 | 1A |
| Octal | 41 | 104 | 143 | 103 | 37 | 0 | 75 | 320 | 62 | 32 |
| Binary | 100001 | 1000100 | 1100011 | 1000011 | 11111 | 0 | 111101 | 11010000 | 110010 | 11010 |
Color Harmonies of #214463
Complementary color
Monochromatic Colors of #214463
Black with #214463
Text Example
Text Example
White with #214463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214463; }
p { color: rgb(33,68,99); }
H1.HeaderClassName
{
color: #214463;
}
.AnyTagClassName
{
color: #214463;
}
</style>
background-color css
<style>
a { background-color: #214463; }
a { background-color: rgb(33,68,99); }
div.DivClassName
{
background-color: #214463;
}
.BgClassName
{
background-color: #214463;
}
</style>
border-color css
<style>
span { border-color: #214463; }
span { border-color: rgb(33,68,99); }
td.TdClassName
{
border-color: #214463;
}
.TagClassName
{
border-color: #214463;
}
</style>