Shades of Astronaut Blue #21495C
Tints of Astronaut Blue #21495C
RGB
CMYK
RGB Variations
Color information
#21495C (or 0x21495C) is known color: Astronaut Blue. HEX triplet: 21, 49 and 5C. RGB value is (33,73,92). Sum of RGB (Red+Green+Blue) = 33+73+92=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #21495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21495C is #DEB6A3. Grayscale: #3F3F3F. Windows color (decimal): -14595748 or 6048033. OLE color: 6048033.
HSL color Cylindrical-coordinate representation of color #21495C: hue angle of 199.32º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21495C is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 73 | 92 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.64 |
| HSL | 199.32º | 0.47% | 0.25% | - |
| HSV(B) | 199.32º | 0.64% | 0.36% | - |
| XYZ | 4.94 | 5.86 | 11 | - |
| YUV | 63.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 92 | 0.64 | 0.21 | 0 | 0.64 | 199.32 | 0.47 | 0.25 |
| Hex | 21 | 49 | 5C | 40 | 15 | 0 | 40 | C7 | 2F | 19 |
| Octal | 41 | 111 | 134 | 100 | 25 | 0 | 100 | 307 | 57 | 31 |
| Binary | 100001 | 1001001 | 1011100 | 1000000 | 10101 | 0 | 1000000 | 11000111 | 101111 | 11001 |
Color Harmonies of #21495C
Complementary color
Monochromatic Colors of #21495C
Black with #21495C
Text Example
Text Example
White with #21495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21495C; }
p { color: rgb(33,73,92); }
H1.HeaderClassName
{
color: #21495C;
}
.AnyTagClassName
{
color: #21495C;
}
</style>
background-color css
<style>
a { background-color: #21495C; }
a { background-color: rgb(33,73,92); }
div.DivClassName
{
background-color: #21495C;
}
.BgClassName
{
background-color: #21495C;
}
</style>
border-color css
<style>
span { border-color: #21495C; }
span { border-color: rgb(33,73,92); }
td.TdClassName
{
border-color: #21495C;
}
.TagClassName
{
border-color: #21495C;
}
</style>