Shades of Astronaut Blue #214759
Tints of Astronaut Blue #214759
RGB
CMYK
RGB Variations
Color information
#214759 (or 0x214759) is known color: Astronaut Blue. HEX triplet: 21, 47 and 59. RGB value is (33,71,89). Sum of RGB (Red+Green+Blue) = 33+71+89=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #214759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214759 is #DEB8A6. Grayscale: #3D3D3D. Windows color (decimal): -14596263 or 5850913. OLE color: 5850913.
HSL color Cylindrical-coordinate representation of color #214759: hue angle of 199.29º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214759 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 71 | 89 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.65 |
| HSL | 199.29º | 0.46% | 0.24% | - |
| HSV(B) | 199.29º | 0.63% | 0.35% | - |
| XYZ | 4.68 | 5.55 | 10.28 | - |
| YUV | 61.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 89 | 0.63 | 0.20 | 0 | 0.65 | 199.29 | 0.46 | 0.24 |
| Hex | 21 | 47 | 59 | 3F | 14 | 0 | 41 | C7 | 2E | 18 |
| Octal | 41 | 107 | 131 | 77 | 24 | 0 | 101 | 307 | 56 | 30 |
| Binary | 100001 | 1000111 | 1011001 | 111111 | 10100 | 0 | 1000001 | 11000111 | 101110 | 11000 |
Color Harmonies of #214759
Complementary color
Monochromatic Colors of #214759
Black with #214759
Text Example
Text Example
White with #214759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214759; }
p { color: rgb(33,71,89); }
H1.HeaderClassName
{
color: #214759;
}
.AnyTagClassName
{
color: #214759;
}
</style>
background-color css
<style>
a { background-color: #214759; }
a { background-color: rgb(33,71,89); }
div.DivClassName
{
background-color: #214759;
}
.BgClassName
{
background-color: #214759;
}
</style>
border-color css
<style>
span { border-color: #214759; }
span { border-color: rgb(33,71,89); }
td.TdClassName
{
border-color: #214759;
}
.TagClassName
{
border-color: #214759;
}
</style>