Shades of Allports #227785
Tints of Allports #227785
RGB
CMYK
RGB Variations
Color information
#227785 (or 0x227785) is known color: Allports. HEX triplet: 22, 77 and 85. RGB value is (34,119,133). Sum of RGB (Red+Green+Blue) = 34+119+133=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #227785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227785 is #DD887A. Grayscale: #5F5F5F. Windows color (decimal): -14518395 or 8746786. OLE color: 8746786.
HSL color Cylindrical-coordinate representation of color #227785: hue angle of 188.48º 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 #227785 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 119 | 133 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.48 |
| HSL | 188.48º | 0.59% | 0.33% | - |
| HSV(B) | 188.48º | 0.74% | 0.52% | - |
| XYZ | 11.49 | 15.23 | 24.52 | - |
| YUV | 95.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 119 | 133 | 0.74 | 0.11 | 0 | 0.48 | 188.48 | 0.59 | 0.33 |
| Hex | 22 | 77 | 85 | 4A | B | 0 | 30 | BC | 3B | 21 |
| Octal | 42 | 167 | 205 | 112 | 13 | 0 | 60 | 274 | 73 | 41 |
| Binary | 100010 | 1110111 | 10000101 | 1001010 | 1011 | 0 | 110000 | 10111100 | 111011 | 100001 |
Color Harmonies of #227785
Complementary color
Monochromatic Colors of #227785
Black with #227785
Text Example
Text Example
White with #227785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227785; }
p { color: rgb(34,119,133); }
H1.HeaderClassName
{
color: #227785;
}
.AnyTagClassName
{
color: #227785;
}
</style>
background-color css
<style>
a { background-color: #227785; }
a { background-color: rgb(34,119,133); }
div.DivClassName
{
background-color: #227785;
}
.BgClassName
{
background-color: #227785;
}
</style>
border-color css
<style>
span { border-color: #227785; }
span { border-color: rgb(34,119,133); }
td.TdClassName
{
border-color: #227785;
}
.TagClassName
{
border-color: #227785;
}
</style>