Shades of Orient #22627D
Tints of Orient #22627D
RGB
CMYK
RGB Variations
Color information
#22627D (or 0x22627D) is known color: Orient. HEX triplet: 22, 62 and 7D. RGB value is (34,98,125). Sum of RGB (Red+Green+Blue) = 34+98+125=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #22627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22627D is #DD9D82. Grayscale: #515151. Windows color (decimal): -14523779 or 8217122. OLE color: 8217122.
HSL color Cylindrical-coordinate representation of color #22627D: hue angle of 197.8º 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 #22627D is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 98 | 125 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.51 |
| HSL | 197.8º | 0.57% | 0.31% | - |
| HSV(B) | 197.8º | 0.73% | 0.49% | - |
| XYZ | 8.73 | 10.56 | 20.98 | - |
| YUV | 81.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 98 | 125 | 0.73 | 0.22 | 0 | 0.51 | 197.8 | 0.57 | 0.31 |
| Hex | 22 | 62 | 7D | 49 | 16 | 0 | 33 | C6 | 39 | 1F |
| Octal | 42 | 142 | 175 | 111 | 26 | 0 | 63 | 306 | 71 | 37 |
| Binary | 100010 | 1100010 | 1111101 | 1001001 | 10110 | 0 | 110011 | 11000110 | 111001 | 11111 |
Color Harmonies of #22627D
Complementary color
Monochromatic Colors of #22627D
Black with #22627D
Text Example
Text Example
White with #22627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22627D; }
p { color: rgb(34,98,125); }
H1.HeaderClassName
{
color: #22627D;
}
.AnyTagClassName
{
color: #22627D;
}
</style>
background-color css
<style>
a { background-color: #22627D; }
a { background-color: rgb(34,98,125); }
div.DivClassName
{
background-color: #22627D;
}
.BgClassName
{
background-color: #22627D;
}
</style>
border-color css
<style>
span { border-color: #22627D; }
span { border-color: rgb(34,98,125); }
td.TdClassName
{
border-color: #22627D;
}
.TagClassName
{
border-color: #22627D;
}
</style>