Shades of Orient #225B78
Tints of Orient #225B78
RGB
CMYK
RGB Variations
Color information
#225B78 (or 0x225B78) is known color: Orient. HEX triplet: 22, 5B and 78. RGB value is (34,91,120). Sum of RGB (Red+Green+Blue) = 34+91+120=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #225B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B78 is #DDA487. Grayscale: #4D4D4D. Windows color (decimal): -14525576 or 7887650. OLE color: 7887650.
HSL color Cylindrical-coordinate representation of color #225B78: hue angle of 200.23º 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 #225B78 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 91 | 120 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.53 |
| HSL | 200.23º | 0.56% | 0.3% | - |
| HSV(B) | 200.23º | 0.72% | 0.47% | - |
| XYZ | 7.79 | 9.18 | 19.13 | - |
| YUV | 77.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 120 | 0.72 | 0.24 | 0 | 0.53 | 200.23 | 0.56 | 0.3 |
| Hex | 22 | 5B | 78 | 48 | 18 | 0 | 35 | C8 | 38 | 1E |
| Octal | 42 | 133 | 170 | 110 | 30 | 0 | 65 | 310 | 70 | 36 |
| Binary | 100010 | 1011011 | 1111000 | 1001000 | 11000 | 0 | 110101 | 11001000 | 111000 | 11110 |
Color Harmonies of #225B78
Complementary color
Monochromatic Colors of #225B78
Black with #225B78
Text Example
Text Example
White with #225B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B78; }
p { color: rgb(34,91,120); }
H1.HeaderClassName
{
color: #225B78;
}
.AnyTagClassName
{
color: #225B78;
}
</style>
background-color css
<style>
a { background-color: #225B78; }
a { background-color: rgb(34,91,120); }
div.DivClassName
{
background-color: #225B78;
}
.BgClassName
{
background-color: #225B78;
}
</style>
border-color css
<style>
span { border-color: #225B78; }
span { border-color: rgb(34,91,120); }
td.TdClassName
{
border-color: #225B78;
}
.TagClassName
{
border-color: #225B78;
}
</style>