Shades of Astronaut Blue #214155
Tints of Astronaut Blue #214155
RGB
CMYK
RGB Variations
Color information
#214155 (or 0x214155) is known color: Astronaut Blue. HEX triplet: 21, 41 and 55. RGB value is (33,65,85). Sum of RGB (Red+Green+Blue) = 33+65+85=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #214155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214155 is #DEBEAA. Grayscale: #393939. Windows color (decimal): -14597803 or 5587233. OLE color: 5587233.
HSL color Cylindrical-coordinate representation of color #214155: hue angle of 203.08º 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 #214155 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 65 | 85 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.67 |
| HSL | 203.08º | 0.44% | 0.23% | - |
| HSV(B) | 203.08º | 0.61% | 0.33% | - |
| XYZ | 4.16 | 4.76 | 9.29 | - |
| YUV | 57.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 85 | 0.61 | 0.24 | 0 | 0.67 | 203.08 | 0.44 | 0.23 |
| Hex | 21 | 41 | 55 | 3D | 18 | 0 | 43 | CB | 2C | 17 |
| Octal | 41 | 101 | 125 | 75 | 30 | 0 | 103 | 313 | 54 | 27 |
| Binary | 100001 | 1000001 | 1010101 | 111101 | 11000 | 0 | 1000011 | 11001011 | 101100 | 10111 |
Color Harmonies of #214155
Complementary color
Monochromatic Colors of #214155
Black with #214155
Text Example
Text Example
White with #214155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214155; }
p { color: rgb(33,65,85); }
H1.HeaderClassName
{
color: #214155;
}
.AnyTagClassName
{
color: #214155;
}
</style>
background-color css
<style>
a { background-color: #214155; }
a { background-color: rgb(33,65,85); }
div.DivClassName
{
background-color: #214155;
}
.BgClassName
{
background-color: #214155;
}
</style>
border-color css
<style>
span { border-color: #214155; }
span { border-color: rgb(33,65,85); }
td.TdClassName
{
border-color: #214155;
}
.TagClassName
{
border-color: #214155;
}
</style>