Shades of Astronaut Blue #22475B
Tints of Astronaut Blue #22475B
RGB
CMYK
RGB Variations
Color information
#22475B (or 0x22475B) is known color: Astronaut Blue. HEX triplet: 22, 47 and 5B. RGB value is (34,71,91). Sum of RGB (Red+Green+Blue) = 34+71+91=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #22475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22475B is #DDB8A4. Grayscale: #3E3E3E. Windows color (decimal): -14530725 or 5981986. OLE color: 5981986.
HSL color Cylindrical-coordinate representation of color #22475B: hue angle of 201.05º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22475B is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 71 | 91 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.64 |
| HSL | 201.05º | 0.46% | 0.25% | - |
| HSV(B) | 201.05º | 0.63% | 0.36% | - |
| XYZ | 4.8 | 5.6 | 10.73 | - |
| YUV | 62.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 91 | 0.63 | 0.22 | 0 | 0.64 | 201.05 | 0.46 | 0.25 |
| Hex | 22 | 47 | 5B | 3F | 16 | 0 | 40 | C9 | 2E | 19 |
| Octal | 42 | 107 | 133 | 77 | 26 | 0 | 100 | 311 | 56 | 31 |
| Binary | 100010 | 1000111 | 1011011 | 111111 | 10110 | 0 | 1000000 | 11001001 | 101110 | 11001 |
Color Harmonies of #22475B
Complementary color
Monochromatic Colors of #22475B
Black with #22475B
Text Example
Text Example
White with #22475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22475B; }
p { color: rgb(34,71,91); }
H1.HeaderClassName
{
color: #22475B;
}
.AnyTagClassName
{
color: #22475B;
}
</style>
background-color css
<style>
a { background-color: #22475B; }
a { background-color: rgb(34,71,91); }
div.DivClassName
{
background-color: #22475B;
}
.BgClassName
{
background-color: #22475B;
}
</style>
border-color css
<style>
span { border-color: #22475B; }
span { border-color: rgb(34,71,91); }
td.TdClassName
{
border-color: #22475B;
}
.TagClassName
{
border-color: #22475B;
}
</style>