Shades of Allports #226F85
Tints of Allports #226F85
RGB
CMYK
RGB Variations
Color information
#226F85 (or 0x226F85) is known color: Allports. HEX triplet: 22, 6F and 85. RGB value is (34,111,133). Sum of RGB (Red+Green+Blue) = 34+111+133=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #226F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226F85 is #DD907A. Grayscale: #5A5A5A. Windows color (decimal): -14520443 or 8744738. OLE color: 8744738.
HSL color Cylindrical-coordinate representation of color #226F85: hue angle of 193.33º 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 #226F85 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 111 | 133 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.48 |
| HSL | 193.33º | 0.59% | 0.33% | - |
| HSV(B) | 193.33º | 0.74% | 0.52% | - |
| XYZ | 10.58 | 13.4 | 24.22 | - |
| YUV | 90.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 133 | 0.74 | 0.17 | 0 | 0.48 | 193.33 | 0.59 | 0.33 |
| Hex | 22 | 6F | 85 | 4A | 11 | 0 | 30 | C1 | 3B | 21 |
| Octal | 42 | 157 | 205 | 112 | 21 | 0 | 60 | 301 | 73 | 41 |
| Binary | 100010 | 1101111 | 10000101 | 1001010 | 10001 | 0 | 110000 | 11000001 | 111011 | 100001 |
Color Harmonies of #226F85
Complementary color
Monochromatic Colors of #226F85
Black with #226F85
Text Example
Text Example
White with #226F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226F85; }
p { color: rgb(34,111,133); }
H1.HeaderClassName
{
color: #226F85;
}
.AnyTagClassName
{
color: #226F85;
}
</style>
background-color css
<style>
a { background-color: #226F85; }
a { background-color: rgb(34,111,133); }
div.DivClassName
{
background-color: #226F85;
}
.BgClassName
{
background-color: #226F85;
}
</style>
border-color css
<style>
span { border-color: #226F85; }
span { border-color: rgb(34,111,133); }
td.TdClassName
{
border-color: #226F85;
}
.TagClassName
{
border-color: #226F85;
}
</style>