Shades of Orient #235D6E
Tints of Orient #235D6E
RGB
CMYK
RGB Variations
Color information
#235D6E (or 0x235D6E) is known color: Orient. HEX triplet: 23, 5D and 6E. RGB value is (35,93,110). Sum of RGB (Red+Green+Blue) = 35+93+110=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #235D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D6E is #DCA291. Grayscale: #4D4D4D. Windows color (decimal): -14459538 or 7232803. OLE color: 7232803.
HSL color Cylindrical-coordinate representation of color #235D6E: hue angle of 193.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #235D6E is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 93 | 110 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.57 |
| HSL | 193.6º | 0.52% | 0.28% | - |
| HSV(B) | 193.6º | 0.68% | 0.43% | - |
| XYZ | 7.42 | 9.31 | 16.16 | - |
| YUV | 77.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 110 | 0.68 | 0.15 | 0 | 0.57 | 193.6 | 0.52 | 0.28 |
| Hex | 23 | 5D | 6E | 44 | F | 0 | 39 | C2 | 34 | 1C |
| Octal | 43 | 135 | 156 | 104 | 17 | 0 | 71 | 302 | 64 | 34 |
| Binary | 100011 | 1011101 | 1101110 | 1000100 | 1111 | 0 | 111001 | 11000010 | 110100 | 11100 |
Color Harmonies of #235D6E
Complementary color
Monochromatic Colors of #235D6E
Black with #235D6E
Text Example
Text Example
White with #235D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D6E; }
p { color: rgb(35,93,110); }
H1.HeaderClassName
{
color: #235D6E;
}
.AnyTagClassName
{
color: #235D6E;
}
</style>
background-color css
<style>
a { background-color: #235D6E; }
a { background-color: rgb(35,93,110); }
div.DivClassName
{
background-color: #235D6E;
}
.BgClassName
{
background-color: #235D6E;
}
</style>
border-color css
<style>
span { border-color: #235D6E; }
span { border-color: rgb(35,93,110); }
td.TdClassName
{
border-color: #235D6E;
}
.TagClassName
{
border-color: #235D6E;
}
</style>