Shades of Regal Blue #214469
Tints of Regal Blue #214469
RGB
CMYK
RGB Variations
Color information
#214469 (or 0x214469) is known color: Regal Blue. HEX triplet: 21, 44 and 69. RGB value is (33,68,105). Sum of RGB (Red+Green+Blue) = 33+68+105=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #214469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214469 is #DEBB96. Grayscale: #3D3D3D. Windows color (decimal): -14597015 or 6898721. OLE color: 6898721.
HSL color Cylindrical-coordinate representation of color #214469: hue angle of 210.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214469 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 68 | 105 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.59 |
| HSL | 210.83º | 0.52% | 0.27% | - |
| HSV(B) | 210.83º | 0.69% | 0.41% | - |
| XYZ | 5.24 | 5.48 | 14.15 | - |
| YUV | 61.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 105 | 0.69 | 0.35 | 0 | 0.59 | 210.83 | 0.52 | 0.27 |
| Hex | 21 | 44 | 69 | 45 | 23 | 0 | 3B | D3 | 34 | 1B |
| Octal | 41 | 104 | 151 | 105 | 43 | 0 | 73 | 323 | 64 | 33 |
| Binary | 100001 | 1000100 | 1101001 | 1000101 | 100011 | 0 | 111011 | 11010011 | 110100 | 11011 |
Color Harmonies of #214469
Complementary color
Monochromatic Colors of #214469
Black with #214469
Text Example
Text Example
White with #214469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214469; }
p { color: rgb(33,68,105); }
H1.HeaderClassName
{
color: #214469;
}
.AnyTagClassName
{
color: #214469;
}
</style>
background-color css
<style>
a { background-color: #214469; }
a { background-color: rgb(33,68,105); }
div.DivClassName
{
background-color: #214469;
}
.BgClassName
{
background-color: #214469;
}
</style>
border-color css
<style>
span { border-color: #214469; }
span { border-color: rgb(33,68,105); }
td.TdClassName
{
border-color: #214469;
}
.TagClassName
{
border-color: #214469;
}
</style>