Shades of Blue Stone #23696C
Tints of Blue Stone #23696C
RGB
CMYK
RGB Variations
Color information
#23696C (or 0x23696C) is known color: Blue Stone. HEX triplet: 23, 69 and 6C. RGB value is (35,105,108). Sum of RGB (Red+Green+Blue) = 35+105+108=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #23696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23696C is #DC9693. Grayscale: #545454. Windows color (decimal): -14456468 or 7104803. OLE color: 7104803.
HSL color Cylindrical-coordinate representation of color #23696C: hue angle of 182.47º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23696C is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 105 | 108 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.58 |
| HSL | 182.47º | 0.51% | 0.28% | - |
| HSV(B) | 182.47º | 0.68% | 0.42% | - |
| XYZ | 8.45 | 11.54 | 15.97 | - |
| YUV | 84.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 108 | 0.68 | 0.03 | 0 | 0.58 | 182.47 | 0.51 | 0.28 |
| Hex | 23 | 69 | 6C | 44 | 3 | 0 | 3A | B6 | 33 | 1C |
| Octal | 43 | 151 | 154 | 104 | 3 | 0 | 72 | 266 | 63 | 34 |
| Binary | 100011 | 1101001 | 1101100 | 1000100 | 11 | 0 | 111010 | 10110110 | 110011 | 11100 |
Color Harmonies of #23696C
Complementary color
Monochromatic Colors of #23696C
Black with #23696C
Text Example
Text Example
White with #23696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23696C; }
p { color: rgb(35,105,108); }
H1.HeaderClassName
{
color: #23696C;
}
.AnyTagClassName
{
color: #23696C;
}
</style>
background-color css
<style>
a { background-color: #23696C; }
a { background-color: rgb(35,105,108); }
div.DivClassName
{
background-color: #23696C;
}
.BgClassName
{
background-color: #23696C;
}
</style>
border-color css
<style>
span { border-color: #23696C; }
span { border-color: rgb(35,105,108); }
td.TdClassName
{
border-color: #23696C;
}
.TagClassName
{
border-color: #23696C;
}
</style>