Shades of Astronaut Blue #24455C
Tints of Astronaut Blue #24455C
RGB
CMYK
RGB Variations
Color information
#24455C (or 0x24455C) is known color: Astronaut Blue. HEX triplet: 24, 45 and 5C. RGB value is (36,69,92). Sum of RGB (Red+Green+Blue) = 36+69+92=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #24455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24455C is #DBBAA3. Grayscale: #3D3D3D. Windows color (decimal): -14400164 or 6047012. OLE color: 6047012.
HSL color Cylindrical-coordinate representation of color #24455C: hue angle of 204.64º 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 #24455C is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 69 | 92 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.64 |
| HSL | 204.64º | 0.44% | 0.25% | - |
| HSV(B) | 204.64º | 0.61% | 0.36% | - |
| XYZ | 4.79 | 5.4 | 10.92 | - |
| YUV | 61.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 92 | 0.61 | 0.25 | 0 | 0.64 | 204.64 | 0.44 | 0.25 |
| Hex | 24 | 45 | 5C | 3D | 19 | 0 | 40 | CD | 2C | 19 |
| Octal | 44 | 105 | 134 | 75 | 31 | 0 | 100 | 315 | 54 | 31 |
| Binary | 100100 | 1000101 | 1011100 | 111101 | 11001 | 0 | 1000000 | 11001101 | 101100 | 11001 |
Color Harmonies of #24455C
Complementary color
Monochromatic Colors of #24455C
Black with #24455C
Text Example
Text Example
White with #24455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24455C; }
p { color: rgb(36,69,92); }
H1.HeaderClassName
{
color: #24455C;
}
.AnyTagClassName
{
color: #24455C;
}
</style>
background-color css
<style>
a { background-color: #24455C; }
a { background-color: rgb(36,69,92); }
div.DivClassName
{
background-color: #24455C;
}
.BgClassName
{
background-color: #24455C;
}
</style>
border-color css
<style>
span { border-color: #24455C; }
span { border-color: rgb(36,69,92); }
td.TdClassName
{
border-color: #24455C;
}
.TagClassName
{
border-color: #24455C;
}
</style>