Shades of Astronaut Blue #224458
Tints of Astronaut Blue #224458
RGB
CMYK
RGB Variations
Color information
#224458 (or 0x224458) is known color: Astronaut Blue. HEX triplet: 22, 44 and 58. RGB value is (34,68,88). Sum of RGB (Red+Green+Blue) = 34+68+88=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #224458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224458 is #DDBBA7. Grayscale: #3B3B3B. Windows color (decimal): -14531496 or 5784610. OLE color: 5784610.
HSL color Cylindrical-coordinate representation of color #224458: hue angle of 202.22º 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 #224458 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 68 | 88 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.65 |
| HSL | 202.22º | 0.44% | 0.24% | - |
| HSV(B) | 202.22º | 0.61% | 0.35% | - |
| XYZ | 4.49 | 5.18 | 10 | - |
| YUV | 60.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 88 | 0.61 | 0.23 | 0 | 0.65 | 202.22 | 0.44 | 0.24 |
| Hex | 22 | 44 | 58 | 3D | 17 | 0 | 41 | CA | 2C | 18 |
| Octal | 42 | 104 | 130 | 75 | 27 | 0 | 101 | 312 | 54 | 30 |
| Binary | 100010 | 1000100 | 1011000 | 111101 | 10111 | 0 | 1000001 | 11001010 | 101100 | 11000 |
Color Harmonies of #224458
Complementary color
Monochromatic Colors of #224458
Black with #224458
Text Example
Text Example
White with #224458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224458; }
p { color: rgb(34,68,88); }
H1.HeaderClassName
{
color: #224458;
}
.AnyTagClassName
{
color: #224458;
}
</style>
background-color css
<style>
a { background-color: #224458; }
a { background-color: rgb(34,68,88); }
div.DivClassName
{
background-color: #224458;
}
.BgClassName
{
background-color: #224458;
}
</style>
border-color css
<style>
span { border-color: #224458; }
span { border-color: rgb(34,68,88); }
td.TdClassName
{
border-color: #224458;
}
.TagClassName
{
border-color: #224458;
}
</style>