Shades of Orient #22587A
Tints of Orient #22587A
RGB
CMYK
RGB Variations
Color information
#22587A (or 0x22587A) is known color: Orient. HEX triplet: 22, 58 and 7A. RGB value is (34,88,122). Sum of RGB (Red+Green+Blue) = 34+88+122=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #22587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22587A is #DDA785. Grayscale: #4B4B4B. Windows color (decimal): -14526342 or 8017954. OLE color: 8017954.
HSL color Cylindrical-coordinate representation of color #22587A: hue angle of 203.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22587A is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 88 | 122 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.52 |
| HSL | 203.18º | 0.56% | 0.31% | - |
| HSV(B) | 203.18º | 0.72% | 0.48% | - |
| XYZ | 7.66 | 8.72 | 19.69 | - |
| YUV | 75.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 88 | 122 | 0.72 | 0.28 | 0 | 0.52 | 203.18 | 0.56 | 0.31 |
| Hex | 22 | 58 | 7A | 48 | 1C | 0 | 34 | CB | 38 | 1F |
| Octal | 42 | 130 | 172 | 110 | 34 | 0 | 64 | 313 | 70 | 37 |
| Binary | 100010 | 1011000 | 1111010 | 1001000 | 11100 | 0 | 110100 | 11001011 | 111000 | 11111 |
Color Harmonies of #22587A
Complementary color
Monochromatic Colors of #22587A
Black with #22587A
Text Example
Text Example
White with #22587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22587A; }
p { color: rgb(34,88,122); }
H1.HeaderClassName
{
color: #22587A;
}
.AnyTagClassName
{
color: #22587A;
}
</style>
background-color css
<style>
a { background-color: #22587A; }
a { background-color: rgb(34,88,122); }
div.DivClassName
{
background-color: #22587A;
}
.BgClassName
{
background-color: #22587A;
}
</style>
border-color css
<style>
span { border-color: #22587A; }
span { border-color: rgb(34,88,122); }
td.TdClassName
{
border-color: #22587A;
}
.TagClassName
{
border-color: #22587A;
}
</style>