Shades of Astronaut Blue #21475E
Tints of Astronaut Blue #21475E
RGB
CMYK
RGB Variations
Color information
#21475E (or 0x21475E) is known color: Astronaut Blue. HEX triplet: 21, 47 and 5E. RGB value is (33,71,94). Sum of RGB (Red+Green+Blue) = 33+71+94=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #21475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21475E is #DEB8A1. Grayscale: #3E3E3E. Windows color (decimal): -14596258 or 6178593. OLE color: 6178593.
HSL color Cylindrical-coordinate representation of color #21475E: hue angle of 202.62º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21475E is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 71 | 94 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.63 |
| HSL | 202.62º | 0.48% | 0.25% | - |
| HSV(B) | 202.62º | 0.65% | 0.37% | - |
| XYZ | 4.9 | 5.64 | 11.42 | - |
| YUV | 62.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 94 | 0.65 | 0.24 | 0 | 0.63 | 202.62 | 0.48 | 0.25 |
| Hex | 21 | 47 | 5E | 41 | 18 | 0 | 3F | CB | 30 | 19 |
| Octal | 41 | 107 | 136 | 101 | 30 | 0 | 77 | 313 | 60 | 31 |
| Binary | 100001 | 1000111 | 1011110 | 1000001 | 11000 | 0 | 111111 | 11001011 | 110000 | 11001 |
Color Harmonies of #21475E
Complementary color
Monochromatic Colors of #21475E
Black with #21475E
Text Example
Text Example
White with #21475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21475E; }
p { color: rgb(33,71,94); }
H1.HeaderClassName
{
color: #21475E;
}
.AnyTagClassName
{
color: #21475E;
}
</style>
background-color css
<style>
a { background-color: #21475E; }
a { background-color: rgb(33,71,94); }
div.DivClassName
{
background-color: #21475E;
}
.BgClassName
{
background-color: #21475E;
}
</style>
border-color css
<style>
span { border-color: #21475E; }
span { border-color: rgb(33,71,94); }
td.TdClassName
{
border-color: #21475E;
}
.TagClassName
{
border-color: #21475E;
}
</style>