Shades of Astronaut Blue #224758
Tints of Astronaut Blue #224758
RGB
CMYK
RGB Variations
Color information
#224758 (or 0x224758) is known color: Astronaut Blue. HEX triplet: 22, 47 and 58. RGB value is (34,71,88). Sum of RGB (Red+Green+Blue) = 34+71+88=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #224758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224758 is #DDB8A7. Grayscale: #3D3D3D. Windows color (decimal): -14530728 or 5785378. OLE color: 5785378.
HSL color Cylindrical-coordinate representation of color #224758: hue angle of 198.89º 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 #224758 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 71 | 88 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.65 |
| HSL | 198.89º | 0.44% | 0.24% | - |
| HSV(B) | 198.89º | 0.61% | 0.35% | - |
| XYZ | 4.67 | 5.55 | 10.06 | - |
| YUV | 61.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 88 | 0.61 | 0.19 | 0 | 0.65 | 198.89 | 0.44 | 0.24 |
| Hex | 22 | 47 | 58 | 3D | 13 | 0 | 41 | C7 | 2C | 18 |
| Octal | 42 | 107 | 130 | 75 | 23 | 0 | 101 | 307 | 54 | 30 |
| Binary | 100010 | 1000111 | 1011000 | 111101 | 10011 | 0 | 1000001 | 11000111 | 101100 | 11000 |
Color Harmonies of #224758
Complementary color
Monochromatic Colors of #224758
Black with #224758
Text Example
Text Example
White with #224758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224758; }
p { color: rgb(34,71,88); }
H1.HeaderClassName
{
color: #224758;
}
.AnyTagClassName
{
color: #224758;
}
</style>
background-color css
<style>
a { background-color: #224758; }
a { background-color: rgb(34,71,88); }
div.DivClassName
{
background-color: #224758;
}
.BgClassName
{
background-color: #224758;
}
</style>
border-color css
<style>
span { border-color: #224758; }
span { border-color: rgb(34,71,88); }
td.TdClassName
{
border-color: #224758;
}
.TagClassName
{
border-color: #224758;
}
</style>