Shades of Astronaut Blue #24455D
Tints of Astronaut Blue #24455D
RGB
CMYK
RGB Variations
Color information
#24455D (or 0x24455D) is known color: Astronaut Blue. HEX triplet: 24, 45 and 5D. RGB value is (36,69,93). Sum of RGB (Red+Green+Blue) = 36+69+93=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #24455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24455D is #DBBAA2. Grayscale: #3D3D3D. Windows color (decimal): -14400163 or 6112548. OLE color: 6112548.
HSL color Cylindrical-coordinate representation of color #24455D: hue angle of 205.26º 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 #24455D is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 69 | 93 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.64 |
| HSL | 205.26º | 0.44% | 0.25% | - |
| HSV(B) | 205.26º | 0.61% | 0.36% | - |
| XYZ | 4.83 | 5.42 | 11.15 | - |
| YUV | 61.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 93 | 0.61 | 0.26 | 0 | 0.64 | 205.26 | 0.44 | 0.25 |
| Hex | 24 | 45 | 5D | 3D | 1A | 0 | 40 | CD | 2C | 19 |
| Octal | 44 | 105 | 135 | 75 | 32 | 0 | 100 | 315 | 54 | 31 |
| Binary | 100100 | 1000101 | 1011101 | 111101 | 11010 | 0 | 1000000 | 11001101 | 101100 | 11001 |
Color Harmonies of #24455D
Complementary color
Monochromatic Colors of #24455D
Black with #24455D
Text Example
Text Example
White with #24455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24455D; }
p { color: rgb(36,69,93); }
H1.HeaderClassName
{
color: #24455D;
}
.AnyTagClassName
{
color: #24455D;
}
</style>
background-color css
<style>
a { background-color: #24455D; }
a { background-color: rgb(36,69,93); }
div.DivClassName
{
background-color: #24455D;
}
.BgClassName
{
background-color: #24455D;
}
</style>
border-color css
<style>
span { border-color: #24455D; }
span { border-color: rgb(36,69,93); }
td.TdClassName
{
border-color: #24455D;
}
.TagClassName
{
border-color: #24455D;
}
</style>