Shades of Astronaut Blue #214555
Tints of Astronaut Blue #214555
RGB
CMYK
RGB Variations
Color information
#214555 (or 0x214555) is known color: Astronaut Blue. HEX triplet: 21, 45 and 55. RGB value is (33,69,85). Sum of RGB (Red+Green+Blue) = 33+69+85=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #214555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214555 is #DEBAAA. Grayscale: #3B3B3B. Windows color (decimal): -14596779 or 5588257. OLE color: 5588257.
HSL color Cylindrical-coordinate representation of color #214555: hue angle of 198.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214555 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 69 | 85 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.67 |
| HSL | 198.46º | 0.44% | 0.23% | - |
| HSV(B) | 198.46º | 0.61% | 0.33% | - |
| XYZ | 4.4 | 5.24 | 9.37 | - |
| YUV | 60.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 85 | 0.61 | 0.19 | 0 | 0.67 | 198.46 | 0.44 | 0.23 |
| Hex | 21 | 45 | 55 | 3D | 13 | 0 | 43 | C6 | 2C | 17 |
| Octal | 41 | 105 | 125 | 75 | 23 | 0 | 103 | 306 | 54 | 27 |
| Binary | 100001 | 1000101 | 1010101 | 111101 | 10011 | 0 | 1000011 | 11000110 | 101100 | 10111 |
Color Harmonies of #214555
Complementary color
Monochromatic Colors of #214555
Black with #214555
Text Example
Text Example
White with #214555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214555; }
p { color: rgb(33,69,85); }
H1.HeaderClassName
{
color: #214555;
}
.AnyTagClassName
{
color: #214555;
}
</style>
background-color css
<style>
a { background-color: #214555; }
a { background-color: rgb(33,69,85); }
div.DivClassName
{
background-color: #214555;
}
.BgClassName
{
background-color: #214555;
}
</style>
border-color css
<style>
span { border-color: #214555; }
span { border-color: rgb(33,69,85); }
td.TdClassName
{
border-color: #214555;
}
.TagClassName
{
border-color: #214555;
}
</style>