Shades of Orient #225F73
Tints of Orient #225F73
RGB
CMYK
RGB Variations
Color information
#225F73 (or 0x225F73) is known color: Orient. HEX triplet: 22, 5F and 73. RGB value is (34,95,115). Sum of RGB (Red+Green+Blue) = 34+95+115=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #225F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F73 is #DDA08C. Grayscale: #4E4E4E. Windows color (decimal): -14524557 or 7560994. OLE color: 7560994.
HSL color Cylindrical-coordinate representation of color #225F73: hue angle of 194.81º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225F73 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 95 | 115 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.55 |
| HSL | 194.81º | 0.54% | 0.29% | - |
| HSV(B) | 194.81º | 0.7% | 0.45% | - |
| XYZ | 7.85 | 9.76 | 17.69 | - |
| YUV | 79.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 115 | 0.70 | 0.17 | 0 | 0.55 | 194.81 | 0.54 | 0.29 |
| Hex | 22 | 5F | 73 | 46 | 11 | 0 | 37 | C3 | 36 | 1D |
| Octal | 42 | 137 | 163 | 106 | 21 | 0 | 67 | 303 | 66 | 35 |
| Binary | 100010 | 1011111 | 1110011 | 1000110 | 10001 | 0 | 110111 | 11000011 | 110110 | 11101 |
Color Harmonies of #225F73
Complementary color
Monochromatic Colors of #225F73
Black with #225F73
Text Example
Text Example
White with #225F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225F73; }
p { color: rgb(34,95,115); }
H1.HeaderClassName
{
color: #225F73;
}
.AnyTagClassName
{
color: #225F73;
}
</style>
background-color css
<style>
a { background-color: #225F73; }
a { background-color: rgb(34,95,115); }
div.DivClassName
{
background-color: #225F73;
}
.BgClassName
{
background-color: #225F73;
}
</style>
border-color css
<style>
span { border-color: #225F73; }
span { border-color: rgb(34,95,115); }
td.TdClassName
{
border-color: #225F73;
}
.TagClassName
{
border-color: #225F73;
}
</style>