Shades of Orient #17536F
Tints of Orient #17536F
RGB
CMYK
RGB Variations
Color information
#17536F (or 0x17536F) is known color: Orient. HEX triplet: 17, 53 and 6F. RGB value is (23,83,111). Sum of RGB (Red+Green+Blue) = 23+83+111=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #17536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17536F is #E8AC90. Grayscale: #444444. Windows color (decimal): -15248529 or 7295767. OLE color: 7295767.
HSL color Cylindrical-coordinate representation of color #17536F: hue angle of 199.09º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17536F is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 83 | 111 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.56 |
| HSL | 199.09º | 0.66% | 0.26% | - |
| HSV(B) | 199.09º | 0.79% | 0.44% | - |
| XYZ | 6.32 | 7.52 | 16.16 | - |
| YUV | 68.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 111 | 0.79 | 0.25 | 0 | 0.56 | 199.09 | 0.66 | 0.26 |
| Hex | 17 | 53 | 6F | 4F | 19 | 0 | 38 | C7 | 42 | 1A |
| Octal | 27 | 123 | 157 | 117 | 31 | 0 | 70 | 307 | 102 | 32 |
| Binary | 10111 | 1010011 | 1101111 | 1001111 | 11001 | 0 | 111000 | 11000111 | 1000010 | 11010 |
Color Harmonies of #17536F
Complementary color
Monochromatic Colors of #17536F
Black with #17536F
Text Example
Text Example
White with #17536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17536F; }
p { color: rgb(23,83,111); }
H1.HeaderClassName
{
color: #17536F;
}
.AnyTagClassName
{
color: #17536F;
}
</style>
background-color css
<style>
a { background-color: #17536F; }
a { background-color: rgb(23,83,111); }
div.DivClassName
{
background-color: #17536F;
}
.BgClassName
{
background-color: #17536F;
}
</style>
border-color css
<style>
span { border-color: #17536F; }
span { border-color: rgb(23,83,111); }
td.TdClassName
{
border-color: #17536F;
}
.TagClassName
{
border-color: #17536F;
}
</style>