Shades of Astral #226E92
Tints of Astral #226E92
RGB
CMYK
RGB Variations
Color information
#226E92 (or 0x226E92) is known color: Astral. HEX triplet: 22, 6E and 92. RGB value is (34,110,146). Sum of RGB (Red+Green+Blue) = 34+110+146=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #226E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226E92 is #DD916D. Grayscale: #5B5B5B. Windows color (decimal): -14520686 or 9596450. OLE color: 9596450.
HSL color Cylindrical-coordinate representation of color #226E92: hue angle of 199.29º 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 #226E92 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 110 | 146 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.43 |
| HSL | 199.29º | 0.62% | 0.35% | - |
| HSV(B) | 199.29º | 0.77% | 0.57% | - |
| XYZ | 11.42 | 13.57 | 29.21 | - |
| YUV | 91.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 146 | 0.77 | 0.25 | 0 | 0.43 | 199.29 | 0.62 | 0.35 |
| Hex | 22 | 6E | 92 | 4D | 19 | 0 | 2B | C7 | 3E | 23 |
| Octal | 42 | 156 | 222 | 115 | 31 | 0 | 53 | 307 | 76 | 43 |
| Binary | 100010 | 1101110 | 10010010 | 1001101 | 11001 | 0 | 101011 | 11000111 | 111110 | 100011 |
Color Harmonies of #226E92
Complementary color
Monochromatic Colors of #226E92
Black with #226E92
Text Example
Text Example
White with #226E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226E92; }
p { color: rgb(34,110,146); }
H1.HeaderClassName
{
color: #226E92;
}
.AnyTagClassName
{
color: #226E92;
}
</style>
background-color css
<style>
a { background-color: #226E92; }
a { background-color: rgb(34,110,146); }
div.DivClassName
{
background-color: #226E92;
}
.BgClassName
{
background-color: #226E92;
}
</style>
border-color css
<style>
span { border-color: #226E92; }
span { border-color: rgb(34,110,146); }
td.TdClassName
{
border-color: #226E92;
}
.TagClassName
{
border-color: #226E92;
}
</style>