Shades of Astronaut Blue #214658
Tints of Astronaut Blue #214658
RGB
CMYK
RGB Variations
Color information
#214658 (or 0x214658) is known color: Astronaut Blue. HEX triplet: 21, 46 and 58. RGB value is (33,70,88). Sum of RGB (Red+Green+Blue) = 33+70+88=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #214658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214658 is #DEB9A7. Grayscale: #3C3C3C. Windows color (decimal): -14596520 or 5785121. OLE color: 5785121.
HSL color Cylindrical-coordinate representation of color #214658: hue angle of 199.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214658 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 70 | 88 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.65 |
| HSL | 199.64º | 0.45% | 0.24% | - |
| HSV(B) | 199.64º | 0.63% | 0.35% | - |
| XYZ | 4.58 | 5.41 | 10.04 | - |
| YUV | 60.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 88 | 0.62 | 0.20 | 0 | 0.65 | 199.64 | 0.45 | 0.24 |
| Hex | 21 | 46 | 58 | 3E | 14 | 0 | 41 | C8 | 2D | 18 |
| Octal | 41 | 106 | 130 | 76 | 24 | 0 | 101 | 310 | 55 | 30 |
| Binary | 100001 | 1000110 | 1011000 | 111110 | 10100 | 0 | 1000001 | 11001000 | 101101 | 11000 |
Color Harmonies of #214658
Complementary color
Monochromatic Colors of #214658
Black with #214658
Text Example
Text Example
White with #214658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214658; }
p { color: rgb(33,70,88); }
H1.HeaderClassName
{
color: #214658;
}
.AnyTagClassName
{
color: #214658;
}
</style>
background-color css
<style>
a { background-color: #214658; }
a { background-color: rgb(33,70,88); }
div.DivClassName
{
background-color: #214658;
}
.BgClassName
{
background-color: #214658;
}
</style>
border-color css
<style>
span { border-color: #214658; }
span { border-color: rgb(33,70,88); }
td.TdClassName
{
border-color: #214658;
}
.TagClassName
{
border-color: #214658;
}
</style>