Shades of Astronaut Blue #244255
Tints of Astronaut Blue #244255
RGB
CMYK
RGB Variations
Color information
#244255 (or 0x244255) is known color: Astronaut Blue. HEX triplet: 24, 42 and 55. RGB value is (36,66,85). Sum of RGB (Red+Green+Blue) = 36+66+85=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #244255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244255 is #DBBDAA. Grayscale: #3B3B3B. Windows color (decimal): -14400939 or 5587492. OLE color: 5587492.
HSL color Cylindrical-coordinate representation of color #244255: hue angle of 203.27º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244255 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 66 | 85 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.67 |
| HSL | 203.27º | 0.4% | 0.24% | - |
| HSV(B) | 203.27º | 0.58% | 0.33% | - |
| XYZ | 4.32 | 4.93 | 9.32 | - |
| YUV | 59.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 85 | 0.58 | 0.22 | 0 | 0.67 | 203.27 | 0.4 | 0.24 |
| Hex | 24 | 42 | 55 | 3A | 16 | 0 | 43 | CB | 28 | 18 |
| Octal | 44 | 102 | 125 | 72 | 26 | 0 | 103 | 313 | 50 | 30 |
| Binary | 100100 | 1000010 | 1010101 | 111010 | 10110 | 0 | 1000011 | 11001011 | 101000 | 11000 |
Color Harmonies of #244255
Complementary color
Monochromatic Colors of #244255
Black with #244255
Text Example
Text Example
White with #244255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244255; }
p { color: rgb(36,66,85); }
H1.HeaderClassName
{
color: #244255;
}
.AnyTagClassName
{
color: #244255;
}
</style>
background-color css
<style>
a { background-color: #244255; }
a { background-color: rgb(36,66,85); }
div.DivClassName
{
background-color: #244255;
}
.BgClassName
{
background-color: #244255;
}
</style>
border-color css
<style>
span { border-color: #244255; }
span { border-color: rgb(36,66,85); }
td.TdClassName
{
border-color: #244255;
}
.TagClassName
{
border-color: #244255;
}
</style>