Shades of Allports #227085
Tints of Allports #227085
RGB
CMYK
RGB Variations
Color information
#227085 (or 0x227085) is known color: Allports. HEX triplet: 22, 70 and 85. RGB value is (34,112,133). Sum of RGB (Red+Green+Blue) = 34+112+133=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #227085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227085 is #DD8F7A. Grayscale: #5A5A5A. Windows color (decimal): -14520187 or 8744994. OLE color: 8744994.
HSL color Cylindrical-coordinate representation of color #227085: hue angle of 192.73º 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 #227085 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 112 | 133 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.48 |
| HSL | 192.73º | 0.59% | 0.33% | - |
| HSV(B) | 192.73º | 0.74% | 0.52% | - |
| XYZ | 10.69 | 13.62 | 24.26 | - |
| YUV | 91.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 133 | 0.74 | 0.16 | 0 | 0.48 | 192.73 | 0.59 | 0.33 |
| Hex | 22 | 70 | 85 | 4A | 10 | 0 | 30 | C1 | 3B | 21 |
| Octal | 42 | 160 | 205 | 112 | 20 | 0 | 60 | 301 | 73 | 41 |
| Binary | 100010 | 1110000 | 10000101 | 1001010 | 10000 | 0 | 110000 | 11000001 | 111011 | 100001 |
Color Harmonies of #227085
Complementary color
Monochromatic Colors of #227085
Black with #227085
Text Example
Text Example
White with #227085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227085; }
p { color: rgb(34,112,133); }
H1.HeaderClassName
{
color: #227085;
}
.AnyTagClassName
{
color: #227085;
}
</style>
background-color css
<style>
a { background-color: #227085; }
a { background-color: rgb(34,112,133); }
div.DivClassName
{
background-color: #227085;
}
.BgClassName
{
background-color: #227085;
}
</style>
border-color css
<style>
span { border-color: #227085; }
span { border-color: rgb(34,112,133); }
td.TdClassName
{
border-color: #227085;
}
.TagClassName
{
border-color: #227085;
}
</style>