Shades of Orient #235C74
Tints of Orient #235C74
RGB
CMYK
RGB Variations
Color information
#235C74 (or 0x235C74) is known color: Orient. HEX triplet: 23, 5C and 74. RGB value is (35,92,116). Sum of RGB (Red+Green+Blue) = 35+92+116=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #235C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C74 is #DCA38B. Grayscale: #4D4D4D. Windows color (decimal): -14459788 or 7625763. OLE color: 7625763.
HSL color Cylindrical-coordinate representation of color #235C74: hue angle of 197.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235C74 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 92 | 116 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.55 |
| HSL | 197.78º | 0.54% | 0.3% | - |
| HSV(B) | 197.78º | 0.7% | 0.45% | - |
| XYZ | 7.67 | 9.27 | 17.91 | - |
| YUV | 77.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 116 | 0.70 | 0.21 | 0 | 0.55 | 197.78 | 0.54 | 0.3 |
| Hex | 23 | 5C | 74 | 46 | 15 | 0 | 37 | C6 | 36 | 1E |
| Octal | 43 | 134 | 164 | 106 | 25 | 0 | 67 | 306 | 66 | 36 |
| Binary | 100011 | 1011100 | 1110100 | 1000110 | 10101 | 0 | 110111 | 11000110 | 110110 | 11110 |
Color Harmonies of #235C74
Complementary color
Monochromatic Colors of #235C74
Black with #235C74
Text Example
Text Example
White with #235C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C74; }
p { color: rgb(35,92,116); }
H1.HeaderClassName
{
color: #235C74;
}
.AnyTagClassName
{
color: #235C74;
}
</style>
background-color css
<style>
a { background-color: #235C74; }
a { background-color: rgb(35,92,116); }
div.DivClassName
{
background-color: #235C74;
}
.BgClassName
{
background-color: #235C74;
}
</style>
border-color css
<style>
span { border-color: #235C74; }
span { border-color: rgb(35,92,116); }
td.TdClassName
{
border-color: #235C74;
}
.TagClassName
{
border-color: #235C74;
}
</style>