Shades of Blue Stone #23696D
Tints of Blue Stone #23696D
RGB
CMYK
RGB Variations
Color information
#23696D (or 0x23696D) is known color: Blue Stone. HEX triplet: 23, 69 and 6D. RGB value is (35,105,109). Sum of RGB (Red+Green+Blue) = 35+105+109=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #23696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23696D is #DC9692. Grayscale: #545454. Windows color (decimal): -14456467 or 7170339. OLE color: 7170339.
HSL color Cylindrical-coordinate representation of color #23696D: hue angle of 183.24º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23696D is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 105 | 109 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.57 |
| HSL | 183.24º | 0.51% | 0.28% | - |
| HSV(B) | 183.24º | 0.68% | 0.43% | - |
| XYZ | 8.51 | 11.56 | 16.25 | - |
| YUV | 84.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 109 | 0.68 | 0.04 | 0 | 0.57 | 183.24 | 0.51 | 0.28 |
| Hex | 23 | 69 | 6D | 44 | 4 | 0 | 39 | B7 | 33 | 1C |
| Octal | 43 | 151 | 155 | 104 | 4 | 0 | 71 | 267 | 63 | 34 |
| Binary | 100011 | 1101001 | 1101101 | 1000100 | 100 | 0 | 111001 | 10110111 | 110011 | 11100 |
Color Harmonies of #23696D
Complementary color
Monochromatic Colors of #23696D
Black with #23696D
Text Example
Text Example
White with #23696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23696D; }
p { color: rgb(35,105,109); }
H1.HeaderClassName
{
color: #23696D;
}
.AnyTagClassName
{
color: #23696D;
}
</style>
background-color css
<style>
a { background-color: #23696D; }
a { background-color: rgb(35,105,109); }
div.DivClassName
{
background-color: #23696D;
}
.BgClassName
{
background-color: #23696D;
}
</style>
border-color css
<style>
span { border-color: #23696D; }
span { border-color: rgb(35,105,109); }
td.TdClassName
{
border-color: #23696D;
}
.TagClassName
{
border-color: #23696D;
}
</style>