Shades of Astronaut Blue #24445A
Tints of Astronaut Blue #24445A
RGB
CMYK
RGB Variations
Color information
#24445A (or 0x24445A) is known color: Astronaut Blue. HEX triplet: 24, 44 and 5A. RGB value is (36,68,90). Sum of RGB (Red+Green+Blue) = 36+68+90=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #24445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24445A is #DBBBA5. Grayscale: #3C3C3C. Windows color (decimal): -14400422 or 5915684. OLE color: 5915684.
HSL color Cylindrical-coordinate representation of color #24445A: hue angle of 204.44º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24445A is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 68 | 90 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.65 |
| HSL | 204.44º | 0.43% | 0.25% | - |
| HSV(B) | 204.44º | 0.6% | 0.35% | - |
| XYZ | 4.64 | 5.25 | 10.44 | - |
| YUV | 60.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 90 | 0.60 | 0.24 | 0 | 0.65 | 204.44 | 0.43 | 0.25 |
| Hex | 24 | 44 | 5A | 3C | 18 | 0 | 41 | CC | 2B | 19 |
| Octal | 44 | 104 | 132 | 74 | 30 | 0 | 101 | 314 | 53 | 31 |
| Binary | 100100 | 1000100 | 1011010 | 111100 | 11000 | 0 | 1000001 | 11001100 | 101011 | 11001 |
Color Harmonies of #24445A
Complementary color
Monochromatic Colors of #24445A
Black with #24445A
Text Example
Text Example
White with #24445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24445A; }
p { color: rgb(36,68,90); }
H1.HeaderClassName
{
color: #24445A;
}
.AnyTagClassName
{
color: #24445A;
}
</style>
background-color css
<style>
a { background-color: #24445A; }
a { background-color: rgb(36,68,90); }
div.DivClassName
{
background-color: #24445A;
}
.BgClassName
{
background-color: #24445A;
}
</style>
border-color css
<style>
span { border-color: #24445A; }
span { border-color: rgb(36,68,90); }
td.TdClassName
{
border-color: #24445A;
}
.TagClassName
{
border-color: #24445A;
}
</style>