Shades of Blue Stone #23696A
Tints of Blue Stone #23696A
RGB
CMYK
RGB Variations
Color information
#23696A (or 0x23696A) is known color: Blue Stone. HEX triplet: 23, 69 and 6A. RGB value is (35,105,106). Sum of RGB (Red+Green+Blue) = 35+105+106=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #23696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23696A is #DC9695. Grayscale: #545454. Windows color (decimal): -14456470 or 6973731. OLE color: 6973731.
HSL color Cylindrical-coordinate representation of color #23696A: hue angle of 180.85º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23696A is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 105 | 106 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.58 |
| HSL | 180.85º | 0.5% | 0.28% | - |
| HSV(B) | 180.85º | 0.67% | 0.42% | - |
| XYZ | 8.35 | 11.5 | 15.42 | - |
| YUV | 84.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 106 | 0.67 | 0.01 | 0 | 0.58 | 180.85 | 0.5 | 0.28 |
| Hex | 23 | 69 | 6A | 43 | 1 | 0 | 3A | B5 | 32 | 1C |
| Octal | 43 | 151 | 152 | 103 | 1 | 0 | 72 | 265 | 62 | 34 |
| Binary | 100011 | 1101001 | 1101010 | 1000011 | 1 | 0 | 111010 | 10110101 | 110010 | 11100 |
Color Harmonies of #23696A
Complementary color
Monochromatic Colors of #23696A
Black with #23696A
Text Example
Text Example
White with #23696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23696A; }
p { color: rgb(35,105,106); }
H1.HeaderClassName
{
color: #23696A;
}
.AnyTagClassName
{
color: #23696A;
}
</style>
background-color css
<style>
a { background-color: #23696A; }
a { background-color: rgb(35,105,106); }
div.DivClassName
{
background-color: #23696A;
}
.BgClassName
{
background-color: #23696A;
}
</style>
border-color css
<style>
span { border-color: #23696A; }
span { border-color: rgb(35,105,106); }
td.TdClassName
{
border-color: #23696A;
}
.TagClassName
{
border-color: #23696A;
}
</style>