Shades of Astronaut Blue #214556
Tints of Astronaut Blue #214556
RGB
CMYK
RGB Variations
Color information
#214556 (or 0x214556) is known color: Astronaut Blue. HEX triplet: 21, 45 and 56. RGB value is (33,69,86). Sum of RGB (Red+Green+Blue) = 33+69+86=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #214556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214556 is #DEBAA9. Grayscale: #3C3C3C. Windows color (decimal): -14596778 or 5653793. OLE color: 5653793.
HSL color Cylindrical-coordinate representation of color #214556: hue angle of 199.25º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214556 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 69 | 86 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.66 |
| HSL | 199.25º | 0.45% | 0.23% | - |
| HSV(B) | 199.25º | 0.62% | 0.34% | - |
| XYZ | 4.44 | 5.25 | 9.58 | - |
| YUV | 60.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 86 | 0.62 | 0.20 | 0 | 0.66 | 199.25 | 0.45 | 0.23 |
| Hex | 21 | 45 | 56 | 3E | 14 | 0 | 42 | C7 | 2D | 17 |
| Octal | 41 | 105 | 126 | 76 | 24 | 0 | 102 | 307 | 55 | 27 |
| Binary | 100001 | 1000101 | 1010110 | 111110 | 10100 | 0 | 1000010 | 11000111 | 101101 | 10111 |
Color Harmonies of #214556
Complementary color
Monochromatic Colors of #214556
Black with #214556
Text Example
Text Example
White with #214556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214556; }
p { color: rgb(33,69,86); }
H1.HeaderClassName
{
color: #214556;
}
.AnyTagClassName
{
color: #214556;
}
</style>
background-color css
<style>
a { background-color: #214556; }
a { background-color: rgb(33,69,86); }
div.DivClassName
{
background-color: #214556;
}
.BgClassName
{
background-color: #214556;
}
</style>
border-color css
<style>
span { border-color: #214556; }
span { border-color: rgb(33,69,86); }
td.TdClassName
{
border-color: #214556;
}
.TagClassName
{
border-color: #214556;
}
</style>