Shades of Astronaut Blue #24465C
Tints of Astronaut Blue #24465C
RGB
CMYK
RGB Variations
Color information
#24465C (or 0x24465C) is known color: Astronaut Blue. HEX triplet: 24, 46 and 5C. RGB value is (36,70,92). Sum of RGB (Red+Green+Blue) = 36+70+92=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 70 (27.73% from 255 or 35.35% 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 #24465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24465C is #DBB9A3. Grayscale: #3E3E3E. Windows color (decimal): -14399908 or 6047268. OLE color: 6047268.
HSL color Cylindrical-coordinate representation of color #24465C: hue angle of 203.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24465C is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 70 | 92 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.64 |
| HSL | 203.57º | 0.44% | 0.25% | - |
| HSV(B) | 203.57º | 0.61% | 0.36% | - |
| XYZ | 4.85 | 5.53 | 10.94 | - |
| YUV | 62.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 92 | 0.61 | 0.24 | 0 | 0.64 | 203.57 | 0.44 | 0.25 |
| Hex | 24 | 46 | 5C | 3D | 18 | 0 | 40 | CC | 2C | 19 |
| Octal | 44 | 106 | 134 | 75 | 30 | 0 | 100 | 314 | 54 | 31 |
| Binary | 100100 | 1000110 | 1011100 | 111101 | 11000 | 0 | 1000000 | 11001100 | 101100 | 11001 |
Color Harmonies of #24465C
Complementary color
Monochromatic Colors of #24465C
Black with #24465C
Text Example
Text Example
White with #24465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24465C; }
p { color: rgb(36,70,92); }
H1.HeaderClassName
{
color: #24465C;
}
.AnyTagClassName
{
color: #24465C;
}
</style>
background-color css
<style>
a { background-color: #24465C; }
a { background-color: rgb(36,70,92); }
div.DivClassName
{
background-color: #24465C;
}
.BgClassName
{
background-color: #24465C;
}
</style>
border-color css
<style>
span { border-color: #24465C; }
span { border-color: rgb(36,70,92); }
td.TdClassName
{
border-color: #24465C;
}
.TagClassName
{
border-color: #24465C;
}
</style>