Shades of Orient #225E6C
Tints of Orient #225E6C
RGB
CMYK
RGB Variations
Color information
#225E6C (or 0x225E6C) is known color: Orient. HEX triplet: 22, 5E and 6C. RGB value is (34,94,108). Sum of RGB (Red+Green+Blue) = 34+94+108=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #225E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E6C is #DDA193. Grayscale: #4D4D4D. Windows color (decimal): -14524820 or 7101986. OLE color: 7101986.
HSL color Cylindrical-coordinate representation of color #225E6C: hue angle of 191.35º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #225E6C is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 94 | 108 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.58 |
| HSL | 191.35º | 0.52% | 0.28% | - |
| HSV(B) | 191.35º | 0.69% | 0.42% | - |
| XYZ | 7.37 | 9.43 | 15.62 | - |
| YUV | 77.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 108 | 0.69 | 0.13 | 0 | 0.58 | 191.35 | 0.52 | 0.28 |
| Hex | 22 | 5E | 6C | 45 | D | 0 | 3A | BF | 34 | 1C |
| Octal | 42 | 136 | 154 | 105 | 15 | 0 | 72 | 277 | 64 | 34 |
| Binary | 100010 | 1011110 | 1101100 | 1000101 | 1101 | 0 | 111010 | 10111111 | 110100 | 11100 |
Color Harmonies of #225E6C
Complementary color
Monochromatic Colors of #225E6C
Black with #225E6C
Text Example
Text Example
White with #225E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E6C; }
p { color: rgb(34,94,108); }
H1.HeaderClassName
{
color: #225E6C;
}
.AnyTagClassName
{
color: #225E6C;
}
</style>
background-color css
<style>
a { background-color: #225E6C; }
a { background-color: rgb(34,94,108); }
div.DivClassName
{
background-color: #225E6C;
}
.BgClassName
{
background-color: #225E6C;
}
</style>
border-color css
<style>
span { border-color: #225E6C; }
span { border-color: rgb(34,94,108); }
td.TdClassName
{
border-color: #225E6C;
}
.TagClassName
{
border-color: #225E6C;
}
</style>