Shades of Orient #235A76
Tints of Orient #235A76
RGB
CMYK
RGB Variations
Color information
#235A76 (or 0x235A76) is known color: Orient. HEX triplet: 23, 5A and 76. RGB value is (35,90,118). Sum of RGB (Red+Green+Blue) = 35+90+118=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #235A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A76 is #DCA589. Grayscale: #4C4C4C. Windows color (decimal): -14460298 or 7756323. OLE color: 7756323.
HSL color Cylindrical-coordinate representation of color #235A76: hue angle of 200.24º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235A76 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 90 | 118 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.54 |
| HSL | 200.24º | 0.54% | 0.3% | - |
| HSV(B) | 200.24º | 0.7% | 0.46% | - |
| XYZ | 7.62 | 8.98 | 18.47 | - |
| YUV | 76.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 118 | 0.70 | 0.24 | 0 | 0.54 | 200.24 | 0.54 | 0.3 |
| Hex | 23 | 5A | 76 | 46 | 18 | 0 | 36 | C8 | 36 | 1E |
| Octal | 43 | 132 | 166 | 106 | 30 | 0 | 66 | 310 | 66 | 36 |
| Binary | 100011 | 1011010 | 1110110 | 1000110 | 11000 | 0 | 110110 | 11001000 | 110110 | 11110 |
Color Harmonies of #235A76
Complementary color
Monochromatic Colors of #235A76
Black with #235A76
Text Example
Text Example
White with #235A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A76; }
p { color: rgb(35,90,118); }
H1.HeaderClassName
{
color: #235A76;
}
.AnyTagClassName
{
color: #235A76;
}
</style>
background-color css
<style>
a { background-color: #235A76; }
a { background-color: rgb(35,90,118); }
div.DivClassName
{
background-color: #235A76;
}
.BgClassName
{
background-color: #235A76;
}
</style>
border-color css
<style>
span { border-color: #235A76; }
span { border-color: rgb(35,90,118); }
td.TdClassName
{
border-color: #235A76;
}
.TagClassName
{
border-color: #235A76;
}
</style>