Shades of Astral #227091
Tints of Astral #227091
RGB
CMYK
RGB Variations
Color information
#227091 (or 0x227091) is known color: Astral. HEX triplet: 22, 70 and 91. RGB value is (34,112,145). Sum of RGB (Red+Green+Blue) = 34+112+145=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #227091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227091 is #DD8F6E. Grayscale: #5C5C5C. Windows color (decimal): -14520175 or 9531426. OLE color: 9531426.
HSL color Cylindrical-coordinate representation of color #227091: hue angle of 197.84º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227091 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 112 | 145 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.43 |
| HSL | 197.84º | 0.62% | 0.35% | - |
| HSV(B) | 197.84º | 0.77% | 0.57% | - |
| XYZ | 11.56 | 13.97 | 28.88 | - |
| YUV | 92.44 | 157.66 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 145 | 0.77 | 0.23 | 0 | 0.43 | 197.84 | 0.62 | 0.35 |
| Hex | 22 | 70 | 91 | 4D | 17 | 0 | 2B | C6 | 3E | 23 |
| Octal | 42 | 160 | 221 | 115 | 27 | 0 | 53 | 306 | 76 | 43 |
| Binary | 100010 | 1110000 | 10010001 | 1001101 | 10111 | 0 | 101011 | 11000110 | 111110 | 100011 |
Color Harmonies of #227091
Complementary color
Monochromatic Colors of #227091
Black with #227091
Text Example
Text Example
White with #227091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227091; }
p { color: rgb(34,112,145); }
H1.HeaderClassName
{
color: #227091;
}
.AnyTagClassName
{
color: #227091;
}
</style>
background-color css
<style>
a { background-color: #227091; }
a { background-color: rgb(34,112,145); }
div.DivClassName
{
background-color: #227091;
}
.BgClassName
{
background-color: #227091;
}
</style>
border-color css
<style>
span { border-color: #227091; }
span { border-color: rgb(34,112,145); }
td.TdClassName
{
border-color: #227091;
}
.TagClassName
{
border-color: #227091;
}
</style>