Shades of Blue Stone #23696B
Tints of Blue Stone #23696B
RGB
CMYK
RGB Variations
Color information
#23696B (or 0x23696B) is known color: Blue Stone. HEX triplet: 23, 69 and 6B. RGB value is (35,105,107). Sum of RGB (Red+Green+Blue) = 35+105+107=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #23696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23696B is #DC9694. Grayscale: #545454. Windows color (decimal): -14456469 or 7039267. OLE color: 7039267.
HSL color Cylindrical-coordinate representation of color #23696B: hue angle of 181.67º degrees, saturation: 0.51, 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 #23696B is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 105 | 107 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.58 |
| HSL | 181.67º | 0.51% | 0.28% | - |
| HSV(B) | 181.67º | 0.67% | 0.42% | - |
| XYZ | 8.4 | 11.52 | 15.69 | - |
| YUV | 84.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 107 | 0.67 | 0.02 | 0 | 0.58 | 181.67 | 0.51 | 0.28 |
| Hex | 23 | 69 | 6B | 43 | 2 | 0 | 3A | B6 | 33 | 1C |
| Octal | 43 | 151 | 153 | 103 | 2 | 0 | 72 | 266 | 63 | 34 |
| Binary | 100011 | 1101001 | 1101011 | 1000011 | 10 | 0 | 111010 | 10110110 | 110011 | 11100 |
Color Harmonies of #23696B
Complementary color
Monochromatic Colors of #23696B
Black with #23696B
Text Example
Text Example
White with #23696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23696B; }
p { color: rgb(35,105,107); }
H1.HeaderClassName
{
color: #23696B;
}
.AnyTagClassName
{
color: #23696B;
}
</style>
background-color css
<style>
a { background-color: #23696B; }
a { background-color: rgb(35,105,107); }
div.DivClassName
{
background-color: #23696B;
}
.BgClassName
{
background-color: #23696B;
}
</style>
border-color css
<style>
span { border-color: #23696B; }
span { border-color: rgb(35,105,107); }
td.TdClassName
{
border-color: #23696B;
}
.TagClassName
{
border-color: #23696B;
}
</style>