Shades of Orient #17536E
Tints of Orient #17536E
RGB
CMYK
RGB Variations
Color information
#17536E (or 0x17536E) is known color: Orient. HEX triplet: 17, 53 and 6E. RGB value is (23,83,110). Sum of RGB (Red+Green+Blue) = 23+83+110=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #17536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17536E is #E8AC91. Grayscale: #434343. Windows color (decimal): -15248530 or 7230231. OLE color: 7230231.
HSL color Cylindrical-coordinate representation of color #17536E: hue angle of 198.62º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17536E is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 83 | 110 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.57 |
| HSL | 198.62º | 0.65% | 0.26% | - |
| HSV(B) | 198.62º | 0.79% | 0.43% | - |
| XYZ | 6.26 | 7.49 | 15.87 | - |
| YUV | 68.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 110 | 0.79 | 0.25 | 0 | 0.57 | 198.62 | 0.65 | 0.26 |
| Hex | 17 | 53 | 6E | 4F | 19 | 0 | 39 | C7 | 41 | 1A |
| Octal | 27 | 123 | 156 | 117 | 31 | 0 | 71 | 307 | 101 | 32 |
| Binary | 10111 | 1010011 | 1101110 | 1001111 | 11001 | 0 | 111001 | 11000111 | 1000001 | 11010 |
Color Harmonies of #17536E
Complementary color
Monochromatic Colors of #17536E
Black with #17536E
Text Example
Text Example
White with #17536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17536E; }
p { color: rgb(23,83,110); }
H1.HeaderClassName
{
color: #17536E;
}
.AnyTagClassName
{
color: #17536E;
}
</style>
background-color css
<style>
a { background-color: #17536E; }
a { background-color: rgb(23,83,110); }
div.DivClassName
{
background-color: #17536E;
}
.BgClassName
{
background-color: #17536E;
}
</style>
border-color css
<style>
span { border-color: #17536E; }
span { border-color: rgb(23,83,110); }
td.TdClassName
{
border-color: #17536E;
}
.TagClassName
{
border-color: #17536E;
}
</style>