Shades of Orient #235C73
Tints of Orient #235C73
RGB
CMYK
RGB Variations
Color information
#235C73 (or 0x235C73) is known color: Orient. HEX triplet: 23, 5C and 73. RGB value is (35,92,115). Sum of RGB (Red+Green+Blue) = 35+92+115=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #235C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C73 is #DCA38C. Grayscale: #4D4D4D. Windows color (decimal): -14459789 or 7560227. OLE color: 7560227.
HSL color Cylindrical-coordinate representation of color #235C73: hue angle of 197.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235C73 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 92 | 115 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.55 |
| HSL | 197.25º | 0.53% | 0.29% | - |
| HSV(B) | 197.25º | 0.7% | 0.45% | - |
| XYZ | 7.61 | 9.25 | 17.6 | - |
| YUV | 77.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 115 | 0.70 | 0.20 | 0 | 0.55 | 197.25 | 0.53 | 0.29 |
| Hex | 23 | 5C | 73 | 46 | 14 | 0 | 37 | C5 | 35 | 1D |
| Octal | 43 | 134 | 163 | 106 | 24 | 0 | 67 | 305 | 65 | 35 |
| Binary | 100011 | 1011100 | 1110011 | 1000110 | 10100 | 0 | 110111 | 11000101 | 110101 | 11101 |
Color Harmonies of #235C73
Complementary color
Monochromatic Colors of #235C73
Black with #235C73
Text Example
Text Example
White with #235C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C73; }
p { color: rgb(35,92,115); }
H1.HeaderClassName
{
color: #235C73;
}
.AnyTagClassName
{
color: #235C73;
}
</style>
background-color css
<style>
a { background-color: #235C73; }
a { background-color: rgb(35,92,115); }
div.DivClassName
{
background-color: #235C73;
}
.BgClassName
{
background-color: #235C73;
}
</style>
border-color css
<style>
span { border-color: #235C73; }
span { border-color: rgb(35,92,115); }
td.TdClassName
{
border-color: #235C73;
}
.TagClassName
{
border-color: #235C73;
}
</style>