Shades of Astral #227193
Tints of Astral #227193
RGB
CMYK
RGB Variations
Color information
#227193 (or 0x227193) is known color: Astral. HEX triplet: 22, 71 and 93. RGB value is (34,113,147). Sum of RGB (Red+Green+Blue) = 34+113+147=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #227193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227193 is #DD8E6C. Grayscale: #5D5D5D. Windows color (decimal): -14519917 or 9662754. OLE color: 9662754.
HSL color Cylindrical-coordinate representation of color #227193: hue angle of 198.05º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227193 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 113 | 147 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.42 |
| HSL | 198.05º | 0.62% | 0.35% | - |
| HSV(B) | 198.05º | 0.77% | 0.58% | - |
| XYZ | 11.83 | 14.26 | 29.73 | - |
| YUV | 93.26 | 158.33 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 113 | 147 | 0.77 | 0.23 | 0 | 0.42 | 198.05 | 0.62 | 0.35 |
| Hex | 22 | 71 | 93 | 4D | 17 | 0 | 2A | C6 | 3E | 23 |
| Octal | 42 | 161 | 223 | 115 | 27 | 0 | 52 | 306 | 76 | 43 |
| Binary | 100010 | 1110001 | 10010011 | 1001101 | 10111 | 0 | 101010 | 11000110 | 111110 | 100011 |
Color Harmonies of #227193
Complementary color
Monochromatic Colors of #227193
Black with #227193
Text Example
Text Example
White with #227193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227193; }
p { color: rgb(34,113,147); }
H1.HeaderClassName
{
color: #227193;
}
.AnyTagClassName
{
color: #227193;
}
</style>
background-color css
<style>
a { background-color: #227193; }
a { background-color: rgb(34,113,147); }
div.DivClassName
{
background-color: #227193;
}
.BgClassName
{
background-color: #227193;
}
</style>
border-color css
<style>
span { border-color: #227193; }
span { border-color: rgb(34,113,147); }
td.TdClassName
{
border-color: #227193;
}
.TagClassName
{
border-color: #227193;
}
</style>