Shades of Allports #226A8B
Tints of Allports #226A8B
RGB
CMYK
RGB Variations
Color information
#226A8B (or 0x226A8B) is known color: Allports. HEX triplet: 22, 6A and 8B. RGB value is (34,106,139). Sum of RGB (Red+Green+Blue) = 34+106+139=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #226A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226A8B is #DD9574. Grayscale: #585858. Windows color (decimal): -14521717 or 9136674. OLE color: 9136674.
HSL color Cylindrical-coordinate representation of color #226A8B: hue angle of 198.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #226A8B is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 106 | 139 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.45 |
| HSL | 198.86º | 0.61% | 0.34% | - |
| HSV(B) | 198.86º | 0.76% | 0.55% | - |
| XYZ | 10.47 | 12.51 | 26.29 | - |
| YUV | 88.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 139 | 0.76 | 0.24 | 0 | 0.45 | 198.86 | 0.61 | 0.34 |
| Hex | 22 | 6A | 8B | 4C | 18 | 0 | 2D | C7 | 3D | 22 |
| Octal | 42 | 152 | 213 | 114 | 30 | 0 | 55 | 307 | 75 | 42 |
| Binary | 100010 | 1101010 | 10001011 | 1001100 | 11000 | 0 | 101101 | 11000111 | 111101 | 100010 |
Color Harmonies of #226A8B
Complementary color
Monochromatic Colors of #226A8B
Black with #226A8B
Text Example
Text Example
White with #226A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226A8B; }
p { color: rgb(34,106,139); }
H1.HeaderClassName
{
color: #226A8B;
}
.AnyTagClassName
{
color: #226A8B;
}
</style>
background-color css
<style>
a { background-color: #226A8B; }
a { background-color: rgb(34,106,139); }
div.DivClassName
{
background-color: #226A8B;
}
.BgClassName
{
background-color: #226A8B;
}
</style>
border-color css
<style>
span { border-color: #226A8B; }
span { border-color: rgb(34,106,139); }
td.TdClassName
{
border-color: #226A8B;
}
.TagClassName
{
border-color: #226A8B;
}
</style>