Shades of Orient #225E79
Tints of Orient #225E79
RGB
CMYK
RGB Variations
Color information
#225E79 (or 0x225E79) is known color: Orient. HEX triplet: 22, 5E and 79. RGB value is (34,94,121). Sum of RGB (Red+Green+Blue) = 34+94+121=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #225E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E79 is #DDA186. Grayscale: #4E4E4E. Windows color (decimal): -14524807 or 7953954. OLE color: 7953954.
HSL color Cylindrical-coordinate representation of color #225E79: hue angle of 198.62º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #225E79 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 94 | 121 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.53 |
| HSL | 198.62º | 0.56% | 0.3% | - |
| HSV(B) | 198.62º | 0.72% | 0.47% | - |
| XYZ | 8.11 | 9.73 | 19.54 | - |
| YUV | 79.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 121 | 0.72 | 0.22 | 0 | 0.53 | 198.62 | 0.56 | 0.3 |
| Hex | 22 | 5E | 79 | 48 | 16 | 0 | 35 | C7 | 38 | 1E |
| Octal | 42 | 136 | 171 | 110 | 26 | 0 | 65 | 307 | 70 | 36 |
| Binary | 100010 | 1011110 | 1111001 | 1001000 | 10110 | 0 | 110101 | 11000111 | 111000 | 11110 |
Color Harmonies of #225E79
Complementary color
Monochromatic Colors of #225E79
Black with #225E79
Text Example
Text Example
White with #225E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E79; }
p { color: rgb(34,94,121); }
H1.HeaderClassName
{
color: #225E79;
}
.AnyTagClassName
{
color: #225E79;
}
</style>
background-color css
<style>
a { background-color: #225E79; }
a { background-color: rgb(34,94,121); }
div.DivClassName
{
background-color: #225E79;
}
.BgClassName
{
background-color: #225E79;
}
</style>
border-color css
<style>
span { border-color: #225E79; }
span { border-color: rgb(34,94,121); }
td.TdClassName
{
border-color: #225E79;
}
.TagClassName
{
border-color: #225E79;
}
</style>