Shades of Orient #235B6D
Tints of Orient #235B6D
RGB
CMYK
RGB Variations
Color information
#235B6D (or 0x235B6D) is known color: Orient. HEX triplet: 23, 5B and 6D. RGB value is (35,91,109). Sum of RGB (Red+Green+Blue) = 35+91+109=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #235B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B6D is #DCA492. Grayscale: #4C4C4C. Windows color (decimal): -14460051 or 7166755. OLE color: 7166755.
HSL color Cylindrical-coordinate representation of color #235B6D: hue angle of 194.59º 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 #235B6D is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 91 | 109 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.57 |
| HSL | 194.59º | 0.51% | 0.28% | - |
| HSV(B) | 194.59º | 0.68% | 0.43% | - |
| XYZ | 7.19 | 8.94 | 15.82 | - |
| YUV | 76.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 109 | 0.68 | 0.17 | 0 | 0.57 | 194.59 | 0.51 | 0.28 |
| Hex | 23 | 5B | 6D | 44 | 11 | 0 | 39 | C3 | 33 | 1C |
| Octal | 43 | 133 | 155 | 104 | 21 | 0 | 71 | 303 | 63 | 34 |
| Binary | 100011 | 1011011 | 1101101 | 1000100 | 10001 | 0 | 111001 | 11000011 | 110011 | 11100 |
Color Harmonies of #235B6D
Complementary color
Monochromatic Colors of #235B6D
Black with #235B6D
Text Example
Text Example
White with #235B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B6D; }
p { color: rgb(35,91,109); }
H1.HeaderClassName
{
color: #235B6D;
}
.AnyTagClassName
{
color: #235B6D;
}
</style>
background-color css
<style>
a { background-color: #235B6D; }
a { background-color: rgb(35,91,109); }
div.DivClassName
{
background-color: #235B6D;
}
.BgClassName
{
background-color: #235B6D;
}
</style>
border-color css
<style>
span { border-color: #235B6D; }
span { border-color: rgb(35,91,109); }
td.TdClassName
{
border-color: #235B6D;
}
.TagClassName
{
border-color: #235B6D;
}
</style>