Shades of Astronaut Blue #21485F
Tints of Astronaut Blue #21485F
RGB
CMYK
RGB Variations
Color information
#21485F (or 0x21485F) is known color: Astronaut Blue. HEX triplet: 21, 48 and 5F. RGB value is (33,72,95). Sum of RGB (Red+Green+Blue) = 33+72+95=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #21485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21485F is #DEB7A0. Grayscale: #3E3E3E. Windows color (decimal): -14596001 or 6244385. OLE color: 6244385.
HSL color Cylindrical-coordinate representation of color #21485F: hue angle of 202.26º 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 #21485F is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 72 | 95 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.63 |
| HSL | 202.26º | 0.48% | 0.25% | - |
| HSV(B) | 202.26º | 0.65% | 0.37% | - |
| XYZ | 5.01 | 5.78 | 11.68 | - |
| YUV | 62.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 95 | 0.65 | 0.24 | 0 | 0.63 | 202.26 | 0.48 | 0.25 |
| Hex | 21 | 48 | 5F | 41 | 18 | 0 | 3F | CA | 30 | 19 |
| Octal | 41 | 110 | 137 | 101 | 30 | 0 | 77 | 312 | 60 | 31 |
| Binary | 100001 | 1001000 | 1011111 | 1000001 | 11000 | 0 | 111111 | 11001010 | 110000 | 11001 |
Color Harmonies of #21485F
Complementary color
Monochromatic Colors of #21485F
Black with #21485F
Text Example
Text Example
White with #21485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21485F; }
p { color: rgb(33,72,95); }
H1.HeaderClassName
{
color: #21485F;
}
.AnyTagClassName
{
color: #21485F;
}
</style>
background-color css
<style>
a { background-color: #21485F; }
a { background-color: rgb(33,72,95); }
div.DivClassName
{
background-color: #21485F;
}
.BgClassName
{
background-color: #21485F;
}
</style>
border-color css
<style>
span { border-color: #21485F; }
span { border-color: rgb(33,72,95); }
td.TdClassName
{
border-color: #21485F;
}
.TagClassName
{
border-color: #21485F;
}
</style>