Shades of Orient #235E79
Tints of Orient #235E79
RGB
CMYK
RGB Variations
Color information
#235E79 (or 0x235E79) is known color: Orient. HEX triplet: 23, 5E and 79. RGB value is (35,94,121). Sum of RGB (Red+Green+Blue) = 35+94+121=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #235E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E79 is #DCA186. Grayscale: #4F4F4F. Windows color (decimal): -14459271 or 7953955. OLE color: 7953955.
HSL color Cylindrical-coordinate representation of color #235E79: hue angle of 198.84º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235E79 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 94 | 121 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.53 |
| HSL | 198.84º | 0.55% | 0.31% | - |
| HSV(B) | 198.84º | 0.71% | 0.47% | - |
| XYZ | 8.15 | 9.74 | 19.54 | - |
| YUV | 79.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 121 | 0.71 | 0.22 | 0 | 0.53 | 198.84 | 0.55 | 0.31 |
| Hex | 23 | 5E | 79 | 47 | 16 | 0 | 35 | C7 | 37 | 1F |
| Octal | 43 | 136 | 171 | 107 | 26 | 0 | 65 | 307 | 67 | 37 |
| Binary | 100011 | 1011110 | 1111001 | 1000111 | 10110 | 0 | 110101 | 11000111 | 110111 | 11111 |
Color Harmonies of #235E79
Complementary color
Monochromatic Colors of #235E79
Black with #235E79
Text Example
Text Example
White with #235E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E79; }
p { color: rgb(35,94,121); }
H1.HeaderClassName
{
color: #235E79;
}
.AnyTagClassName
{
color: #235E79;
}
</style>
background-color css
<style>
a { background-color: #235E79; }
a { background-color: rgb(35,94,121); }
div.DivClassName
{
background-color: #235E79;
}
.BgClassName
{
background-color: #235E79;
}
</style>
border-color css
<style>
span { border-color: #235E79; }
span { border-color: rgb(35,94,121); }
td.TdClassName
{
border-color: #235E79;
}
.TagClassName
{
border-color: #235E79;
}
</style>