Shades of Blue Stone #23595B
Tints of Blue Stone #23595B
RGB
CMYK
RGB Variations
Color information
#23595B (or 0x23595B) is known color: Blue Stone. HEX triplet: 23, 59 and 5B. RGB value is (35,89,91). Sum of RGB (Red+Green+Blue) = 35+89+91=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #23595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23595B is #DCA6A4. Grayscale: #494949. Windows color (decimal): -14460581 or 5986595. OLE color: 5986595.
HSL color Cylindrical-coordinate representation of color #23595B: hue angle of 182.14º degrees, saturation: 0.44, 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 #23595B is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 89 | 91 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.64 |
| HSL | 182.14º | 0.44% | 0.25% | - |
| HSV(B) | 182.14º | 0.62% | 0.36% | - |
| XYZ | 6.15 | 8.26 | 11.17 | - |
| YUV | 73.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 91 | 0.62 | 0.02 | 0 | 0.64 | 182.14 | 0.44 | 0.25 |
| Hex | 23 | 59 | 5B | 3E | 2 | 0 | 40 | B6 | 2C | 19 |
| Octal | 43 | 131 | 133 | 76 | 2 | 0 | 100 | 266 | 54 | 31 |
| Binary | 100011 | 1011001 | 1011011 | 111110 | 10 | 0 | 1000000 | 10110110 | 101100 | 11001 |
Color Harmonies of #23595B
Complementary color
Monochromatic Colors of #23595B
Black with #23595B
Text Example
Text Example
White with #23595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23595B; }
p { color: rgb(35,89,91); }
H1.HeaderClassName
{
color: #23595B;
}
.AnyTagClassName
{
color: #23595B;
}
</style>
background-color css
<style>
a { background-color: #23595B; }
a { background-color: rgb(35,89,91); }
div.DivClassName
{
background-color: #23595B;
}
.BgClassName
{
background-color: #23595B;
}
</style>
border-color css
<style>
span { border-color: #23595B; }
span { border-color: rgb(35,89,91); }
td.TdClassName
{
border-color: #23595B;
}
.TagClassName
{
border-color: #23595B;
}
</style>