Shades of Allports #226585
Tints of Allports #226585
RGB
CMYK
RGB Variations
Color information
#226585 (or 0x226585) is known color: Allports. HEX triplet: 22, 65 and 85. RGB value is (34,101,133). Sum of RGB (Red+Green+Blue) = 34+101+133=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #226585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226585 is #DD9A7A. Grayscale: #545454. Windows color (decimal): -14523003 or 8742178. OLE color: 8742178.
HSL color Cylindrical-coordinate representation of color #226585: hue angle of 199.39º 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 #226585 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 101 | 133 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.48 |
| HSL | 199.39º | 0.59% | 0.33% | - |
| HSV(B) | 199.39º | 0.74% | 0.52% | - |
| XYZ | 9.55 | 11.34 | 23.88 | - |
| YUV | 84.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 101 | 133 | 0.74 | 0.24 | 0 | 0.48 | 199.39 | 0.59 | 0.33 |
| Hex | 22 | 65 | 85 | 4A | 18 | 0 | 30 | C7 | 3B | 21 |
| Octal | 42 | 145 | 205 | 112 | 30 | 0 | 60 | 307 | 73 | 41 |
| Binary | 100010 | 1100101 | 10000101 | 1001010 | 11000 | 0 | 110000 | 11000111 | 111011 | 100001 |
Color Harmonies of #226585
Complementary color
Monochromatic Colors of #226585
Black with #226585
Text Example
Text Example
White with #226585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226585; }
p { color: rgb(34,101,133); }
H1.HeaderClassName
{
color: #226585;
}
.AnyTagClassName
{
color: #226585;
}
</style>
background-color css
<style>
a { background-color: #226585; }
a { background-color: rgb(34,101,133); }
div.DivClassName
{
background-color: #226585;
}
.BgClassName
{
background-color: #226585;
}
</style>
border-color css
<style>
span { border-color: #226585; }
span { border-color: rgb(34,101,133); }
td.TdClassName
{
border-color: #226585;
}
.TagClassName
{
border-color: #226585;
}
</style>