Shades of Astronaut Blue #224455
Tints of Astronaut Blue #224455
RGB
CMYK
RGB Variations
Color information
#224455 (or 0x224455) is known color: Astronaut Blue. HEX triplet: 22, 44 and 55. RGB value is (34,68,85). Sum of RGB (Red+Green+Blue) = 34+68+85=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 68 (26.95% from 255 or 36.36% 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 #224455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224455 is #DDBBAA. Grayscale: #3B3B3B. Windows color (decimal): -14531499 or 5588002. OLE color: 5588002.
HSL color Cylindrical-coordinate representation of color #224455: hue angle of 200º 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 #224455 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 68 | 85 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.67 |
| HSL | 200º | 0.43% | 0.23% | - |
| HSV(B) | 200º | 0.6% | 0.33% | - |
| XYZ | 4.37 | 5.13 | 9.35 | - |
| YUV | 59.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 85 | 0.60 | 0.20 | 0 | 0.67 | 200 | 0.43 | 0.23 |
| Hex | 22 | 44 | 55 | 3C | 14 | 0 | 43 | C8 | 2B | 17 |
| Octal | 42 | 104 | 125 | 74 | 24 | 0 | 103 | 310 | 53 | 27 |
| Binary | 100010 | 1000100 | 1010101 | 111100 | 10100 | 0 | 1000011 | 11001000 | 101011 | 10111 |
Color Harmonies of #224455
Complementary color
Monochromatic Colors of #224455
Black with #224455
Text Example
Text Example
White with #224455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224455; }
p { color: rgb(34,68,85); }
H1.HeaderClassName
{
color: #224455;
}
.AnyTagClassName
{
color: #224455;
}
</style>
background-color css
<style>
a { background-color: #224455; }
a { background-color: rgb(34,68,85); }
div.DivClassName
{
background-color: #224455;
}
.BgClassName
{
background-color: #224455;
}
</style>
border-color css
<style>
span { border-color: #224455; }
span { border-color: rgb(34,68,85); }
td.TdClassName
{
border-color: #224455;
}
.TagClassName
{
border-color: #224455;
}
</style>