Shades of Astronaut Blue #244559
Tints of Astronaut Blue #244559
RGB
CMYK
RGB Variations
Color information
#244559 (or 0x244559) is known color: Astronaut Blue. HEX triplet: 24, 45 and 59. RGB value is (36,69,89). Sum of RGB (Red+Green+Blue) = 36+69+89=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #244559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244559 is #DBBAA6. Grayscale: #3D3D3D. Windows color (decimal): -14400167 or 5850404. OLE color: 5850404.
HSL color Cylindrical-coordinate representation of color #244559: hue angle of 202.64º degrees, saturation: 0.42, 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 #244559 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 69 | 89 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.65 |
| HSL | 202.64º | 0.42% | 0.25% | - |
| HSV(B) | 202.64º | 0.6% | 0.35% | - |
| XYZ | 4.66 | 5.35 | 10.24 | - |
| YUV | 61.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 89 | 0.60 | 0.22 | 0 | 0.65 | 202.64 | 0.42 | 0.25 |
| Hex | 24 | 45 | 59 | 3C | 16 | 0 | 41 | CB | 2A | 19 |
| Octal | 44 | 105 | 131 | 74 | 26 | 0 | 101 | 313 | 52 | 31 |
| Binary | 100100 | 1000101 | 1011001 | 111100 | 10110 | 0 | 1000001 | 11001011 | 101010 | 11001 |
Color Harmonies of #244559
Complementary color
Monochromatic Colors of #244559
Black with #244559
Text Example
Text Example
White with #244559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244559; }
p { color: rgb(36,69,89); }
H1.HeaderClassName
{
color: #244559;
}
.AnyTagClassName
{
color: #244559;
}
</style>
background-color css
<style>
a { background-color: #244559; }
a { background-color: rgb(36,69,89); }
div.DivClassName
{
background-color: #244559;
}
.BgClassName
{
background-color: #244559;
}
</style>
border-color css
<style>
span { border-color: #244559; }
span { border-color: rgb(36,69,89); }
td.TdClassName
{
border-color: #244559;
}
.TagClassName
{
border-color: #244559;
}
</style>