Shades of Allports #226F82
Tints of Allports #226F82
RGB
CMYK
RGB Variations
Color information
#226F82 (or 0x226F82) is known color: Allports. HEX triplet: 22, 6F and 82. RGB value is (34,111,130). Sum of RGB (Red+Green+Blue) = 34+111+130=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #226F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226F82 is #DD907D. Grayscale: #595959. Windows color (decimal): -14520446 or 8548130. OLE color: 8548130.
HSL color Cylindrical-coordinate representation of color #226F82: hue angle of 191.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #226F82 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 111 | 130 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.49 |
| HSL | 191.88º | 0.59% | 0.32% | - |
| HSV(B) | 191.88º | 0.74% | 0.51% | - |
| XYZ | 10.37 | 13.32 | 23.14 | - |
| YUV | 90.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 130 | 0.74 | 0.15 | 0 | 0.49 | 191.88 | 0.59 | 0.32 |
| Hex | 22 | 6F | 82 | 4A | F | 0 | 31 | C0 | 3B | 20 |
| Octal | 42 | 157 | 202 | 112 | 17 | 0 | 61 | 300 | 73 | 40 |
| Binary | 100010 | 1101111 | 10000010 | 1001010 | 1111 | 0 | 110001 | 11000000 | 111011 | 100000 |
Color Harmonies of #226F82
Complementary color
Monochromatic Colors of #226F82
Black with #226F82
Text Example
Text Example
White with #226F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226F82; }
p { color: rgb(34,111,130); }
H1.HeaderClassName
{
color: #226F82;
}
.AnyTagClassName
{
color: #226F82;
}
</style>
background-color css
<style>
a { background-color: #226F82; }
a { background-color: rgb(34,111,130); }
div.DivClassName
{
background-color: #226F82;
}
.BgClassName
{
background-color: #226F82;
}
</style>
border-color css
<style>
span { border-color: #226F82; }
span { border-color: rgb(34,111,130); }
td.TdClassName
{
border-color: #226F82;
}
.TagClassName
{
border-color: #226F82;
}
</style>