Shades of Orient #17536A
Tints of Orient #17536A
RGB
CMYK
RGB Variations
Color information
#17536A (or 0x17536A) is known color: Orient. HEX triplet: 17, 53 and 6A. RGB value is (23,83,106). Sum of RGB (Red+Green+Blue) = 23+83+106=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #17536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17536A is #E8AC95. Grayscale: #434343. Windows color (decimal): -15248534 or 6968087. OLE color: 6968087.
HSL color Cylindrical-coordinate representation of color #17536A: hue angle of 196.63º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17536A is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 83 | 106 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.58 |
| HSL | 196.63º | 0.64% | 0.25% | - |
| HSV(B) | 196.63º | 0.78% | 0.42% | - |
| XYZ | 6.05 | 7.41 | 14.75 | - |
| YUV | 67.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 106 | 0.78 | 0.22 | 0 | 0.58 | 196.63 | 0.64 | 0.25 |
| Hex | 17 | 53 | 6A | 4E | 16 | 0 | 3A | C5 | 40 | 19 |
| Octal | 27 | 123 | 152 | 116 | 26 | 0 | 72 | 305 | 100 | 31 |
| Binary | 10111 | 1010011 | 1101010 | 1001110 | 10110 | 0 | 111010 | 11000101 | 1000000 | 11001 |
Color Harmonies of #17536A
Complementary color
Monochromatic Colors of #17536A
Black with #17536A
Text Example
Text Example
White with #17536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17536A; }
p { color: rgb(23,83,106); }
H1.HeaderClassName
{
color: #17536A;
}
.AnyTagClassName
{
color: #17536A;
}
</style>
background-color css
<style>
a { background-color: #17536A; }
a { background-color: rgb(23,83,106); }
div.DivClassName
{
background-color: #17536A;
}
.BgClassName
{
background-color: #17536A;
}
</style>
border-color css
<style>
span { border-color: #17536A; }
span { border-color: rgb(23,83,106); }
td.TdClassName
{
border-color: #17536A;
}
.TagClassName
{
border-color: #17536A;
}
</style>