Shades of Orient #22607C
Tints of Orient #22607C
RGB
CMYK
RGB Variations
Color information
#22607C (or 0x22607C) is known color: Orient. HEX triplet: 22, 60 and 7C. RGB value is (34,96,124). Sum of RGB (Red+Green+Blue) = 34+96+124=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #22607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22607C is #DD9F83. Grayscale: #505050. Windows color (decimal): -14524292 or 8151074. OLE color: 8151074.
HSL color Cylindrical-coordinate representation of color #22607C: hue angle of 198.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22607C is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 96 | 124 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.51 |
| HSL | 198.67º | 0.57% | 0.31% | - |
| HSV(B) | 198.67º | 0.73% | 0.49% | - |
| XYZ | 8.48 | 10.16 | 20.58 | - |
| YUV | 80.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 124 | 0.73 | 0.23 | 0 | 0.51 | 198.67 | 0.57 | 0.31 |
| Hex | 22 | 60 | 7C | 49 | 17 | 0 | 33 | C7 | 39 | 1F |
| Octal | 42 | 140 | 174 | 111 | 27 | 0 | 63 | 307 | 71 | 37 |
| Binary | 100010 | 1100000 | 1111100 | 1001001 | 10111 | 0 | 110011 | 11000111 | 111001 | 11111 |
Color Harmonies of #22607C
Complementary color
Monochromatic Colors of #22607C
Black with #22607C
Text Example
Text Example
White with #22607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22607C; }
p { color: rgb(34,96,124); }
H1.HeaderClassName
{
color: #22607C;
}
.AnyTagClassName
{
color: #22607C;
}
</style>
background-color css
<style>
a { background-color: #22607C; }
a { background-color: rgb(34,96,124); }
div.DivClassName
{
background-color: #22607C;
}
.BgClassName
{
background-color: #22607C;
}
</style>
border-color css
<style>
span { border-color: #22607C; }
span { border-color: rgb(34,96,124); }
td.TdClassName
{
border-color: #22607C;
}
.TagClassName
{
border-color: #22607C;
}
</style>