Shades of Orient #235C6D
Tints of Orient #235C6D
RGB
CMYK
RGB Variations
Color information
#235C6D (or 0x235C6D) is known color: Orient. HEX triplet: 23, 5C and 6D. RGB value is (35,92,109). Sum of RGB (Red+Green+Blue) = 35+92+109=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #235C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C6D is #DCA392. Grayscale: #4C4C4C. Windows color (decimal): -14459795 or 7167011. OLE color: 7167011.
HSL color Cylindrical-coordinate representation of color #235C6D: hue angle of 193.78º degrees, saturation: 0.51, 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 #235C6D is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 92 | 109 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.57 |
| HSL | 193.78º | 0.51% | 0.28% | - |
| HSV(B) | 193.78º | 0.68% | 0.43% | - |
| XYZ | 7.28 | 9.12 | 15.84 | - |
| YUV | 76.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 109 | 0.68 | 0.16 | 0 | 0.57 | 193.78 | 0.51 | 0.28 |
| Hex | 23 | 5C | 6D | 44 | 10 | 0 | 39 | C2 | 33 | 1C |
| Octal | 43 | 134 | 155 | 104 | 20 | 0 | 71 | 302 | 63 | 34 |
| Binary | 100011 | 1011100 | 1101101 | 1000100 | 10000 | 0 | 111001 | 11000010 | 110011 | 11100 |
Color Harmonies of #235C6D
Complementary color
Monochromatic Colors of #235C6D
Black with #235C6D
Text Example
Text Example
White with #235C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C6D; }
p { color: rgb(35,92,109); }
H1.HeaderClassName
{
color: #235C6D;
}
.AnyTagClassName
{
color: #235C6D;
}
</style>
background-color css
<style>
a { background-color: #235C6D; }
a { background-color: rgb(35,92,109); }
div.DivClassName
{
background-color: #235C6D;
}
.BgClassName
{
background-color: #235C6D;
}
</style>
border-color css
<style>
span { border-color: #235C6D; }
span { border-color: rgb(35,92,109); }
td.TdClassName
{
border-color: #235C6D;
}
.TagClassName
{
border-color: #235C6D;
}
</style>