Shades of Astronaut Blue #214357
Tints of Astronaut Blue #214357
RGB
CMYK
RGB Variations
Color information
#214357 (or 0x214357) is known color: Astronaut Blue. HEX triplet: 21, 43 and 57. RGB value is (33,67,87). Sum of RGB (Red+Green+Blue) = 33+67+87=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #214357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214357 is #DEBCA8. Grayscale: #3B3B3B. Windows color (decimal): -14597289 or 5718817. OLE color: 5718817.
HSL color Cylindrical-coordinate representation of color #214357: hue angle of 202.22º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214357 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 67 | 87 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.66 |
| HSL | 202.22º | 0.45% | 0.24% | - |
| HSV(B) | 202.22º | 0.62% | 0.34% | - |
| XYZ | 4.35 | 5.03 | 9.76 | - |
| YUV | 59.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 87 | 0.62 | 0.23 | 0 | 0.66 | 202.22 | 0.45 | 0.24 |
| Hex | 21 | 43 | 57 | 3E | 17 | 0 | 42 | CA | 2D | 18 |
| Octal | 41 | 103 | 127 | 76 | 27 | 0 | 102 | 312 | 55 | 30 |
| Binary | 100001 | 1000011 | 1010111 | 111110 | 10111 | 0 | 1000010 | 11001010 | 101101 | 11000 |
Color Harmonies of #214357
Complementary color
Monochromatic Colors of #214357
Black with #214357
Text Example
Text Example
White with #214357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214357; }
p { color: rgb(33,67,87); }
H1.HeaderClassName
{
color: #214357;
}
.AnyTagClassName
{
color: #214357;
}
</style>
background-color css
<style>
a { background-color: #214357; }
a { background-color: rgb(33,67,87); }
div.DivClassName
{
background-color: #214357;
}
.BgClassName
{
background-color: #214357;
}
</style>
border-color css
<style>
span { border-color: #214357; }
span { border-color: rgb(33,67,87); }
td.TdClassName
{
border-color: #214357;
}
.TagClassName
{
border-color: #214357;
}
</style>