Shades of Allports #227585
Tints of Allports #227585
RGB
CMYK
RGB Variations
Color information
#227585 (or 0x227585) is known color: Allports. HEX triplet: 22, 75 and 85. RGB value is (34,117,133). Sum of RGB (Red+Green+Blue) = 34+117+133=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #227585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227585 is #DD8A7A. Grayscale: #5D5D5D. Windows color (decimal): -14518907 or 8746274. OLE color: 8746274.
HSL color Cylindrical-coordinate representation of color #227585: hue angle of 189.7º 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 #227585 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 117 | 133 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.48 |
| HSL | 189.7º | 0.59% | 0.33% | - |
| HSV(B) | 189.7º | 0.74% | 0.52% | - |
| XYZ | 11.25 | 14.76 | 24.45 | - |
| YUV | 94.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 117 | 133 | 0.74 | 0.12 | 0 | 0.48 | 189.7 | 0.59 | 0.33 |
| Hex | 22 | 75 | 85 | 4A | C | 0 | 30 | BE | 3B | 21 |
| Octal | 42 | 165 | 205 | 112 | 14 | 0 | 60 | 276 | 73 | 41 |
| Binary | 100010 | 1110101 | 10000101 | 1001010 | 1100 | 0 | 110000 | 10111110 | 111011 | 100001 |
Color Harmonies of #227585
Complementary color
Monochromatic Colors of #227585
Black with #227585
Text Example
Text Example
White with #227585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227585; }
p { color: rgb(34,117,133); }
H1.HeaderClassName
{
color: #227585;
}
.AnyTagClassName
{
color: #227585;
}
</style>
background-color css
<style>
a { background-color: #227585; }
a { background-color: rgb(34,117,133); }
div.DivClassName
{
background-color: #227585;
}
.BgClassName
{
background-color: #227585;
}
</style>
border-color css
<style>
span { border-color: #227585; }
span { border-color: rgb(34,117,133); }
td.TdClassName
{
border-color: #227585;
}
.TagClassName
{
border-color: #227585;
}
</style>