Shades of Allports #226E8E
Tints of Allports #226E8E
RGB
CMYK
RGB Variations
Color information
#226E8E (or 0x226E8E) is known color: Allports. HEX triplet: 22, 6E and 8E. RGB value is (34,110,142). Sum of RGB (Red+Green+Blue) = 34+110+142=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #226E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226E8E is #DD9171. Grayscale: #5A5A5A. Windows color (decimal): -14520690 or 9334306. OLE color: 9334306.
HSL color Cylindrical-coordinate representation of color #226E8E: hue angle of 197.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #226E8E is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 110 | 142 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.44 |
| HSL | 197.78º | 0.61% | 0.35% | - |
| HSV(B) | 197.78º | 0.76% | 0.56% | - |
| XYZ | 11.12 | 13.44 | 27.6 | - |
| YUV | 90.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 142 | 0.76 | 0.23 | 0 | 0.44 | 197.78 | 0.61 | 0.35 |
| Hex | 22 | 6E | 8E | 4C | 17 | 0 | 2C | C6 | 3D | 23 |
| Octal | 42 | 156 | 216 | 114 | 27 | 0 | 54 | 306 | 75 | 43 |
| Binary | 100010 | 1101110 | 10001110 | 1001100 | 10111 | 0 | 101100 | 11000110 | 111101 | 100011 |
Color Harmonies of #226E8E
Complementary color
Monochromatic Colors of #226E8E
Black with #226E8E
Text Example
Text Example
White with #226E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226E8E; }
p { color: rgb(34,110,142); }
H1.HeaderClassName
{
color: #226E8E;
}
.AnyTagClassName
{
color: #226E8E;
}
</style>
background-color css
<style>
a { background-color: #226E8E; }
a { background-color: rgb(34,110,142); }
div.DivClassName
{
background-color: #226E8E;
}
.BgClassName
{
background-color: #226E8E;
}
</style>
border-color css
<style>
span { border-color: #226E8E; }
span { border-color: rgb(34,110,142); }
td.TdClassName
{
border-color: #226E8E;
}
.TagClassName
{
border-color: #226E8E;
}
</style>