Shades of Allports #226D89
Tints of Allports #226D89
RGB
CMYK
RGB Variations
Color information
#226D89 (or 0x226D89) is known color: Allports. HEX triplet: 22, 6D and 89. RGB value is (34,109,137). Sum of RGB (Red+Green+Blue) = 34+109+137=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #226D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226D89 is #DD9276. Grayscale: #595959. Windows color (decimal): -14520951 or 9006370. OLE color: 9006370.
HSL color Cylindrical-coordinate representation of color #226D89: hue angle of 196.31º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #226D89 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 109 | 137 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.46 |
| HSL | 196.31º | 0.6% | 0.34% | - |
| HSV(B) | 196.31º | 0.75% | 0.54% | - |
| XYZ | 10.64 | 13.08 | 25.63 | - |
| YUV | 89.77 | 154.65 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 137 | 0.75 | 0.20 | 0 | 0.46 | 196.31 | 0.6 | 0.34 |
| Hex | 22 | 6D | 89 | 4B | 14 | 0 | 2E | C4 | 3C | 22 |
| Octal | 42 | 155 | 211 | 113 | 24 | 0 | 56 | 304 | 74 | 42 |
| Binary | 100010 | 1101101 | 10001001 | 1001011 | 10100 | 0 | 101110 | 11000100 | 111100 | 100010 |
Color Harmonies of #226D89
Complementary color
Monochromatic Colors of #226D89
Black with #226D89
Text Example
Text Example
White with #226D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226D89; }
p { color: rgb(34,109,137); }
H1.HeaderClassName
{
color: #226D89;
}
.AnyTagClassName
{
color: #226D89;
}
</style>
background-color css
<style>
a { background-color: #226D89; }
a { background-color: rgb(34,109,137); }
div.DivClassName
{
background-color: #226D89;
}
.BgClassName
{
background-color: #226D89;
}
</style>
border-color css
<style>
span { border-color: #226D89; }
span { border-color: rgb(34,109,137); }
td.TdClassName
{
border-color: #226D89;
}
.TagClassName
{
border-color: #226D89;
}
</style>