Shades of Orient #225E7B
Tints of Orient #225E7B
RGB
CMYK
RGB Variations
Color information
#225E7B (or 0x225E7B) is known color: Orient. HEX triplet: 22, 5E and 7B. RGB value is (34,94,123). Sum of RGB (Red+Green+Blue) = 34+94+123=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #225E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E7B is #DDA184. Grayscale: #4F4F4F. Windows color (decimal): -14524805 or 8085026. OLE color: 8085026.
HSL color Cylindrical-coordinate representation of color #225E7B: hue angle of 199.55º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #225E7B is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 94 | 123 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.52 |
| HSL | 199.55º | 0.57% | 0.31% | - |
| HSV(B) | 199.55º | 0.72% | 0.48% | - |
| XYZ | 8.24 | 9.78 | 20.19 | - |
| YUV | 79.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 123 | 0.72 | 0.24 | 0 | 0.52 | 199.55 | 0.57 | 0.31 |
| Hex | 22 | 5E | 7B | 48 | 18 | 0 | 34 | C8 | 39 | 1F |
| Octal | 42 | 136 | 173 | 110 | 30 | 0 | 64 | 310 | 71 | 37 |
| Binary | 100010 | 1011110 | 1111011 | 1001000 | 11000 | 0 | 110100 | 11001000 | 111001 | 11111 |
Color Harmonies of #225E7B
Complementary color
Monochromatic Colors of #225E7B
Black with #225E7B
Text Example
Text Example
White with #225E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E7B; }
p { color: rgb(34,94,123); }
H1.HeaderClassName
{
color: #225E7B;
}
.AnyTagClassName
{
color: #225E7B;
}
</style>
background-color css
<style>
a { background-color: #225E7B; }
a { background-color: rgb(34,94,123); }
div.DivClassName
{
background-color: #225E7B;
}
.BgClassName
{
background-color: #225E7B;
}
</style>
border-color css
<style>
span { border-color: #225E7B; }
span { border-color: rgb(34,94,123); }
td.TdClassName
{
border-color: #225E7B;
}
.TagClassName
{
border-color: #225E7B;
}
</style>