Shades of Astronaut Blue #224558
Tints of Astronaut Blue #224558
RGB
CMYK
RGB Variations
Color information
#224558 (or 0x224558) is known color: Astronaut Blue. HEX triplet: 22, 45 and 58. RGB value is (34,69,88). Sum of RGB (Red+Green+Blue) = 34+69+88=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #224558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224558 is #DDBAA7. Grayscale: #3C3C3C. Windows color (decimal): -14531240 or 5784866. OLE color: 5784866.
HSL color Cylindrical-coordinate representation of color #224558: hue angle of 201.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224558 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 69 | 88 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.65 |
| HSL | 201.11º | 0.44% | 0.24% | - |
| HSV(B) | 201.11º | 0.61% | 0.35% | - |
| XYZ | 4.55 | 5.3 | 10.02 | - |
| YUV | 60.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 88 | 0.61 | 0.22 | 0 | 0.65 | 201.11 | 0.44 | 0.24 |
| Hex | 22 | 45 | 58 | 3D | 16 | 0 | 41 | C9 | 2C | 18 |
| Octal | 42 | 105 | 130 | 75 | 26 | 0 | 101 | 311 | 54 | 30 |
| Binary | 100010 | 1000101 | 1011000 | 111101 | 10110 | 0 | 1000001 | 11001001 | 101100 | 11000 |
Color Harmonies of #224558
Complementary color
Monochromatic Colors of #224558
Black with #224558
Text Example
Text Example
White with #224558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224558; }
p { color: rgb(34,69,88); }
H1.HeaderClassName
{
color: #224558;
}
.AnyTagClassName
{
color: #224558;
}
</style>
background-color css
<style>
a { background-color: #224558; }
a { background-color: rgb(34,69,88); }
div.DivClassName
{
background-color: #224558;
}
.BgClassName
{
background-color: #224558;
}
</style>
border-color css
<style>
span { border-color: #224558; }
span { border-color: rgb(34,69,88); }
td.TdClassName
{
border-color: #224558;
}
.TagClassName
{
border-color: #224558;
}
</style>