Shades of Orient #225D71
Tints of Orient #225D71
RGB
CMYK
RGB Variations
Color information
#225D71 (or 0x225D71) is known color: Orient. HEX triplet: 22, 5D and 71. RGB value is (34,93,113). Sum of RGB (Red+Green+Blue) = 34+93+113=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #225D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D71 is #DDA28E. Grayscale: #4D4D4D. Windows color (decimal): -14525071 or 7429410. OLE color: 7429410.
HSL color Cylindrical-coordinate representation of color #225D71: hue angle of 195.19º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225D71 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 93 | 113 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.56 |
| HSL | 195.19º | 0.54% | 0.29% | - |
| HSV(B) | 195.19º | 0.7% | 0.44% | - |
| XYZ | 7.55 | 9.36 | 17.03 | - |
| YUV | 77.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 113 | 0.70 | 0.18 | 0 | 0.56 | 195.19 | 0.54 | 0.29 |
| Hex | 22 | 5D | 71 | 46 | 12 | 0 | 38 | C3 | 36 | 1D |
| Octal | 42 | 135 | 161 | 106 | 22 | 0 | 70 | 303 | 66 | 35 |
| Binary | 100010 | 1011101 | 1110001 | 1000110 | 10010 | 0 | 111000 | 11000011 | 110110 | 11101 |
Color Harmonies of #225D71
Complementary color
Monochromatic Colors of #225D71
Black with #225D71
Text Example
Text Example
White with #225D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D71; }
p { color: rgb(34,93,113); }
H1.HeaderClassName
{
color: #225D71;
}
.AnyTagClassName
{
color: #225D71;
}
</style>
background-color css
<style>
a { background-color: #225D71; }
a { background-color: rgb(34,93,113); }
div.DivClassName
{
background-color: #225D71;
}
.BgClassName
{
background-color: #225D71;
}
</style>
border-color css
<style>
span { border-color: #225D71; }
span { border-color: rgb(34,93,113); }
td.TdClassName
{
border-color: #225D71;
}
.TagClassName
{
border-color: #225D71;
}
</style>