Shades of Astronaut Blue #224255
Tints of Astronaut Blue #224255
RGB
CMYK
RGB Variations
Color information
#224255 (or 0x224255) is known color: Astronaut Blue. HEX triplet: 22, 42 and 55. RGB value is (34,66,85). Sum of RGB (Red+Green+Blue) = 34+66+85=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #224255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224255 is #DDBDAA. Grayscale: #3A3A3A. Windows color (decimal): -14532011 or 5587490. OLE color: 5587490.
HSL color Cylindrical-coordinate representation of color #224255: hue angle of 202.35º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224255 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 66 | 85 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.67 |
| HSL | 202.35º | 0.43% | 0.23% | - |
| HSV(B) | 202.35º | 0.6% | 0.33% | - |
| XYZ | 4.25 | 4.89 | 9.31 | - |
| YUV | 58.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 85 | 0.60 | 0.22 | 0 | 0.67 | 202.35 | 0.43 | 0.23 |
| Hex | 22 | 42 | 55 | 3C | 16 | 0 | 43 | CA | 2B | 17 |
| Octal | 42 | 102 | 125 | 74 | 26 | 0 | 103 | 312 | 53 | 27 |
| Binary | 100010 | 1000010 | 1010101 | 111100 | 10110 | 0 | 1000011 | 11001010 | 101011 | 10111 |
Color Harmonies of #224255
Complementary color
Monochromatic Colors of #224255
Black with #224255
Text Example
Text Example
White with #224255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224255; }
p { color: rgb(34,66,85); }
H1.HeaderClassName
{
color: #224255;
}
.AnyTagClassName
{
color: #224255;
}
</style>
background-color css
<style>
a { background-color: #224255; }
a { background-color: rgb(34,66,85); }
div.DivClassName
{
background-color: #224255;
}
.BgClassName
{
background-color: #224255;
}
</style>
border-color css
<style>
span { border-color: #224255; }
span { border-color: rgb(34,66,85); }
td.TdClassName
{
border-color: #224255;
}
.TagClassName
{
border-color: #224255;
}
</style>