Shades of Orient #23606D
Tints of Orient #23606D
RGB
CMYK
RGB Variations
Color information
#23606D (or 0x23606D) is known color: Orient. HEX triplet: 23, 60 and 6D. RGB value is (35,96,109). Sum of RGB (Red+Green+Blue) = 35+96+109=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #23606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23606D is #DC9F92. Grayscale: #4F4F4F. Windows color (decimal): -14458771 or 7168035. OLE color: 7168035.
HSL color Cylindrical-coordinate representation of color #23606D: hue angle of 190.54º degrees, saturation: 0.51, 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 #23606D is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 96 | 109 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.57 |
| HSL | 190.54º | 0.51% | 0.28% | - |
| HSV(B) | 190.54º | 0.68% | 0.43% | - |
| XYZ | 7.64 | 9.83 | 15.96 | - |
| YUV | 79.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 109 | 0.68 | 0.12 | 0 | 0.57 | 190.54 | 0.51 | 0.28 |
| Hex | 23 | 60 | 6D | 44 | C | 0 | 39 | BF | 33 | 1C |
| Octal | 43 | 140 | 155 | 104 | 14 | 0 | 71 | 277 | 63 | 34 |
| Binary | 100011 | 1100000 | 1101101 | 1000100 | 1100 | 0 | 111001 | 10111111 | 110011 | 11100 |
Color Harmonies of #23606D
Complementary color
Monochromatic Colors of #23606D
Black with #23606D
Text Example
Text Example
White with #23606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23606D; }
p { color: rgb(35,96,109); }
H1.HeaderClassName
{
color: #23606D;
}
.AnyTagClassName
{
color: #23606D;
}
</style>
background-color css
<style>
a { background-color: #23606D; }
a { background-color: rgb(35,96,109); }
div.DivClassName
{
background-color: #23606D;
}
.BgClassName
{
background-color: #23606D;
}
</style>
border-color css
<style>
span { border-color: #23606D; }
span { border-color: rgb(35,96,109); }
td.TdClassName
{
border-color: #23606D;
}
.TagClassName
{
border-color: #23606D;
}
</style>