Shades of Astronaut Blue #22455D
Tints of Astronaut Blue #22455D
RGB
CMYK
RGB Variations
Color information
#22455D (or 0x22455D) is known color: Astronaut Blue. HEX triplet: 22, 45 and 5D. RGB value is (34,69,93). Sum of RGB (Red+Green+Blue) = 34+69+93=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #22455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22455D is #DDBAA2. Grayscale: #3D3D3D. Windows color (decimal): -14531235 or 6112546. OLE color: 6112546.
HSL color Cylindrical-coordinate representation of color #22455D: hue angle of 204.41º 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 #22455D is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 69 | 93 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.64 |
| HSL | 204.41º | 0.46% | 0.25% | - |
| HSV(B) | 204.41º | 0.63% | 0.36% | - |
| XYZ | 4.76 | 5.39 | 11.14 | - |
| YUV | 61.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 93 | 0.63 | 0.26 | 0 | 0.64 | 204.41 | 0.46 | 0.25 |
| Hex | 22 | 45 | 5D | 3F | 1A | 0 | 40 | CC | 2E | 19 |
| Octal | 42 | 105 | 135 | 77 | 32 | 0 | 100 | 314 | 56 | 31 |
| Binary | 100010 | 1000101 | 1011101 | 111111 | 11010 | 0 | 1000000 | 11001100 | 101110 | 11001 |
Color Harmonies of #22455D
Complementary color
Monochromatic Colors of #22455D
Black with #22455D
Text Example
Text Example
White with #22455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22455D; }
p { color: rgb(34,69,93); }
H1.HeaderClassName
{
color: #22455D;
}
.AnyTagClassName
{
color: #22455D;
}
</style>
background-color css
<style>
a { background-color: #22455D; }
a { background-color: rgb(34,69,93); }
div.DivClassName
{
background-color: #22455D;
}
.BgClassName
{
background-color: #22455D;
}
</style>
border-color css
<style>
span { border-color: #22455D; }
span { border-color: rgb(34,69,93); }
td.TdClassName
{
border-color: #22455D;
}
.TagClassName
{
border-color: #22455D;
}
</style>