Shades of Astronaut Blue #21485B
Tints of Astronaut Blue #21485B
RGB
CMYK
RGB Variations
Color information
#21485B (or 0x21485B) is known color: Astronaut Blue. HEX triplet: 21, 48 and 5B. RGB value is (33,72,91). Sum of RGB (Red+Green+Blue) = 33+72+91=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #21485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21485B is #DEB7A4. Grayscale: #3E3E3E. Windows color (decimal): -14596005 or 5982241. OLE color: 5982241.
HSL color Cylindrical-coordinate representation of color #21485B: hue angle of 199.66º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21485B is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 72 | 91 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.64 |
| HSL | 199.66º | 0.47% | 0.24% | - |
| HSV(B) | 199.66º | 0.64% | 0.36% | - |
| XYZ | 4.83 | 5.71 | 10.75 | - |
| YUV | 62.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 91 | 0.64 | 0.21 | 0 | 0.64 | 199.66 | 0.47 | 0.24 |
| Hex | 21 | 48 | 5B | 40 | 15 | 0 | 40 | C8 | 2F | 18 |
| Octal | 41 | 110 | 133 | 100 | 25 | 0 | 100 | 310 | 57 | 30 |
| Binary | 100001 | 1001000 | 1011011 | 1000000 | 10101 | 0 | 1000000 | 11001000 | 101111 | 11000 |
Color Harmonies of #21485B
Complementary color
Monochromatic Colors of #21485B
Black with #21485B
Text Example
Text Example
White with #21485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21485B; }
p { color: rgb(33,72,91); }
H1.HeaderClassName
{
color: #21485B;
}
.AnyTagClassName
{
color: #21485B;
}
</style>
background-color css
<style>
a { background-color: #21485B; }
a { background-color: rgb(33,72,91); }
div.DivClassName
{
background-color: #21485B;
}
.BgClassName
{
background-color: #21485B;
}
</style>
border-color css
<style>
span { border-color: #21485B; }
span { border-color: rgb(33,72,91); }
td.TdClassName
{
border-color: #21485B;
}
.TagClassName
{
border-color: #21485B;
}
</style>