Shades of Orient #23596E
Tints of Orient #23596E
RGB
CMYK
RGB Variations
Color information
#23596E (or 0x23596E) is known color: Orient. HEX triplet: 23, 59 and 6E. RGB value is (35,89,110). Sum of RGB (Red+Green+Blue) = 35+89+110=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #23596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23596E is #DCA691. Grayscale: #4B4B4B. Windows color (decimal): -14460562 or 7231779. OLE color: 7231779.
HSL color Cylindrical-coordinate representation of color #23596E: hue angle of 196.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23596E is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 89 | 110 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.57 |
| HSL | 196.8º | 0.52% | 0.28% | - |
| HSV(B) | 196.8º | 0.68% | 0.43% | - |
| XYZ | 7.08 | 8.63 | 16.04 | - |
| YUV | 75.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 110 | 0.68 | 0.19 | 0 | 0.57 | 196.8 | 0.52 | 0.28 |
| Hex | 23 | 59 | 6E | 44 | 13 | 0 | 39 | C5 | 34 | 1C |
| Octal | 43 | 131 | 156 | 104 | 23 | 0 | 71 | 305 | 64 | 34 |
| Binary | 100011 | 1011001 | 1101110 | 1000100 | 10011 | 0 | 111001 | 11000101 | 110100 | 11100 |
Color Harmonies of #23596E
Complementary color
Monochromatic Colors of #23596E
Black with #23596E
Text Example
Text Example
White with #23596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23596E; }
p { color: rgb(35,89,110); }
H1.HeaderClassName
{
color: #23596E;
}
.AnyTagClassName
{
color: #23596E;
}
</style>
background-color css
<style>
a { background-color: #23596E; }
a { background-color: rgb(35,89,110); }
div.DivClassName
{
background-color: #23596E;
}
.BgClassName
{
background-color: #23596E;
}
</style>
border-color css
<style>
span { border-color: #23596E; }
span { border-color: rgb(35,89,110); }
td.TdClassName
{
border-color: #23596E;
}
.TagClassName
{
border-color: #23596E;
}
</style>