Shades of Orient #23607C
Tints of Orient #23607C
RGB
CMYK
RGB Variations
Color information
#23607C (or 0x23607C) is known color: Orient. HEX triplet: 23, 60 and 7C. RGB value is (35,96,124). Sum of RGB (Red+Green+Blue) = 35+96+124=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #23607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23607C is #DC9F83. Grayscale: #505050. Windows color (decimal): -14458756 or 8151075. OLE color: 8151075.
HSL color Cylindrical-coordinate representation of color #23607C: hue angle of 198.88º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23607C is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 96 | 124 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.51 |
| HSL | 198.88º | 0.56% | 0.31% | - |
| HSV(B) | 198.88º | 0.72% | 0.49% | - |
| XYZ | 8.51 | 10.18 | 20.58 | - |
| YUV | 80.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 124 | 0.72 | 0.23 | 0 | 0.51 | 198.88 | 0.56 | 0.31 |
| Hex | 23 | 60 | 7C | 48 | 17 | 0 | 33 | C7 | 38 | 1F |
| Octal | 43 | 140 | 174 | 110 | 27 | 0 | 63 | 307 | 70 | 37 |
| Binary | 100011 | 1100000 | 1111100 | 1001000 | 10111 | 0 | 110011 | 11000111 | 111000 | 11111 |
Color Harmonies of #23607C
Complementary color
Monochromatic Colors of #23607C
Black with #23607C
Text Example
Text Example
White with #23607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23607C; }
p { color: rgb(35,96,124); }
H1.HeaderClassName
{
color: #23607C;
}
.AnyTagClassName
{
color: #23607C;
}
</style>
background-color css
<style>
a { background-color: #23607C; }
a { background-color: rgb(35,96,124); }
div.DivClassName
{
background-color: #23607C;
}
.BgClassName
{
background-color: #23607C;
}
</style>
border-color css
<style>
span { border-color: #23607C; }
span { border-color: rgb(35,96,124); }
td.TdClassName
{
border-color: #23607C;
}
.TagClassName
{
border-color: #23607C;
}
</style>