Shades of Blue Stone #17635D
Tints of Blue Stone #17635D
RGB
CMYK
RGB Variations
Color information
#17635D (or 0x17635D) is known color: Blue Stone. HEX triplet: 17, 63 and 5D. RGB value is (23,99,93). Sum of RGB (Red+Green+Blue) = 23+99+93=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #17635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17635D is #E89CA2. Grayscale: #4B4B4B. Windows color (decimal): -15244451 or 6120215. OLE color: 6120215.
HSL color Cylindrical-coordinate representation of color #17635D: hue angle of 175.26º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17635D is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 99 | 93 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.61 |
| HSL | 175.26º | 0.62% | 0.24% | - |
| HSV(B) | 175.26º | 0.77% | 0.39% | - |
| XYZ | 6.79 | 9.9 | 11.91 | - |
| YUV | 75.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 93 | 0.77 | 0 | 0.06 | 0.61 | 175.26 | 0.62 | 0.24 |
| Hex | 17 | 63 | 5D | 4D | 0 | 6 | 3D | AF | 3E | 18 |
| Octal | 27 | 143 | 135 | 115 | 0 | 6 | 75 | 257 | 76 | 30 |
| Binary | 10111 | 1100011 | 1011101 | 1001101 | 0 | 110 | 111101 | 10101111 | 111110 | 11000 |
Color Harmonies of #17635D
Complementary color
Monochromatic Colors of #17635D
Black with #17635D
Text Example
Text Example
White with #17635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17635D; }
p { color: rgb(23,99,93); }
H1.HeaderClassName
{
color: #17635D;
}
.AnyTagClassName
{
color: #17635D;
}
</style>
background-color css
<style>
a { background-color: #17635D; }
a { background-color: rgb(23,99,93); }
div.DivClassName
{
background-color: #17635D;
}
.BgClassName
{
background-color: #17635D;
}
</style>
border-color css
<style>
span { border-color: #17635D; }
span { border-color: rgb(23,99,93); }
td.TdClassName
{
border-color: #17635D;
}
.TagClassName
{
border-color: #17635D;
}
</style>