Shades of Blue Stone #23595D
Tints of Blue Stone #23595D
RGB
CMYK
RGB Variations
Color information
#23595D (or 0x23595D) is known color: Blue Stone. HEX triplet: 23, 59 and 5D. RGB value is (35,89,93). Sum of RGB (Red+Green+Blue) = 35+89+93=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #23595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23595D is #DCA6A2. Grayscale: #494949. Windows color (decimal): -14460579 or 6117667. OLE color: 6117667.
HSL color Cylindrical-coordinate representation of color #23595D: hue angle of 184.14º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23595D is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 89 | 93 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.64 |
| HSL | 184.14º | 0.45% | 0.25% | - |
| HSV(B) | 184.14º | 0.62% | 0.36% | - |
| XYZ | 6.24 | 8.29 | 11.63 | - |
| YUV | 73.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 93 | 0.62 | 0.04 | 0 | 0.64 | 184.14 | 0.45 | 0.25 |
| Hex | 23 | 59 | 5D | 3E | 4 | 0 | 40 | B8 | 2D | 19 |
| Octal | 43 | 131 | 135 | 76 | 4 | 0 | 100 | 270 | 55 | 31 |
| Binary | 100011 | 1011001 | 1011101 | 111110 | 100 | 0 | 1000000 | 10111000 | 101101 | 11001 |
Color Harmonies of #23595D
Complementary color
Monochromatic Colors of #23595D
Black with #23595D
Text Example
Text Example
White with #23595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23595D; }
p { color: rgb(35,89,93); }
H1.HeaderClassName
{
color: #23595D;
}
.AnyTagClassName
{
color: #23595D;
}
</style>
background-color css
<style>
a { background-color: #23595D; }
a { background-color: rgb(35,89,93); }
div.DivClassName
{
background-color: #23595D;
}
.BgClassName
{
background-color: #23595D;
}
</style>
border-color css
<style>
span { border-color: #23595D; }
span { border-color: rgb(35,89,93); }
td.TdClassName
{
border-color: #23595D;
}
.TagClassName
{
border-color: #23595D;
}
</style>