Shades of Allports #226A85
Tints of Allports #226A85
RGB
CMYK
RGB Variations
Color information
#226A85 (or 0x226A85) is known color: Allports. HEX triplet: 22, 6A and 85. RGB value is (34,106,133). Sum of RGB (Red+Green+Blue) = 34+106+133=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #226A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226A85 is #DD957A. Grayscale: #575757. Windows color (decimal): -14521723 or 8743458. OLE color: 8743458.
HSL color Cylindrical-coordinate representation of color #226A85: hue angle of 196.36º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #226A85 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 106 | 133 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.48 |
| HSL | 196.36º | 0.59% | 0.33% | - |
| HSV(B) | 196.36º | 0.74% | 0.52% | - |
| XYZ | 10.05 | 12.34 | 24.04 | - |
| YUV | 87.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 133 | 0.74 | 0.20 | 0 | 0.48 | 196.36 | 0.59 | 0.33 |
| Hex | 22 | 6A | 85 | 4A | 14 | 0 | 30 | C4 | 3B | 21 |
| Octal | 42 | 152 | 205 | 112 | 24 | 0 | 60 | 304 | 73 | 41 |
| Binary | 100010 | 1101010 | 10000101 | 1001010 | 10100 | 0 | 110000 | 11000100 | 111011 | 100001 |
Color Harmonies of #226A85
Complementary color
Monochromatic Colors of #226A85
Black with #226A85
Text Example
Text Example
White with #226A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226A85; }
p { color: rgb(34,106,133); }
H1.HeaderClassName
{
color: #226A85;
}
.AnyTagClassName
{
color: #226A85;
}
</style>
background-color css
<style>
a { background-color: #226A85; }
a { background-color: rgb(34,106,133); }
div.DivClassName
{
background-color: #226A85;
}
.BgClassName
{
background-color: #226A85;
}
</style>
border-color css
<style>
span { border-color: #226A85; }
span { border-color: rgb(34,106,133); }
td.TdClassName
{
border-color: #226A85;
}
.TagClassName
{
border-color: #226A85;
}
</style>