Shades of Astronaut Blue #214559
Tints of Astronaut Blue #214559
RGB
CMYK
RGB Variations
Color information
#214559 (or 0x214559) is known color: Astronaut Blue. HEX triplet: 21, 45 and 59. RGB value is (33,69,89). Sum of RGB (Red+Green+Blue) = 33+69+89=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #214559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214559 is #DEBAA6. Grayscale: #3C3C3C. Windows color (decimal): -14596775 or 5850401. OLE color: 5850401.
HSL color Cylindrical-coordinate representation of color #214559: hue angle of 201.43º 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 #214559 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 69 | 89 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.65 |
| HSL | 201.43º | 0.46% | 0.24% | - |
| HSV(B) | 201.43º | 0.63% | 0.35% | - |
| XYZ | 4.56 | 5.3 | 10.23 | - |
| YUV | 60.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 89 | 0.63 | 0.22 | 0 | 0.65 | 201.43 | 0.46 | 0.24 |
| Hex | 21 | 45 | 59 | 3F | 16 | 0 | 41 | C9 | 2E | 18 |
| Octal | 41 | 105 | 131 | 77 | 26 | 0 | 101 | 311 | 56 | 30 |
| Binary | 100001 | 1000101 | 1011001 | 111111 | 10110 | 0 | 1000001 | 11001001 | 101110 | 11000 |
Color Harmonies of #214559
Complementary color
Monochromatic Colors of #214559
Black with #214559
Text Example
Text Example
White with #214559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214559; }
p { color: rgb(33,69,89); }
H1.HeaderClassName
{
color: #214559;
}
.AnyTagClassName
{
color: #214559;
}
</style>
background-color css
<style>
a { background-color: #214559; }
a { background-color: rgb(33,69,89); }
div.DivClassName
{
background-color: #214559;
}
.BgClassName
{
background-color: #214559;
}
</style>
border-color css
<style>
span { border-color: #214559; }
span { border-color: rgb(33,69,89); }
td.TdClassName
{
border-color: #214559;
}
.TagClassName
{
border-color: #214559;
}
</style>