Shades of Blue Stone #23646B
Tints of Blue Stone #23646B
RGB
CMYK
RGB Variations
Color information
#23646B (or 0x23646B) is known color: Blue Stone. HEX triplet: 23, 64 and 6B. RGB value is (35,100,107). Sum of RGB (Red+Green+Blue) = 35+100+107=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #23646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23646B is #DC9B94. Grayscale: #515151. Windows color (decimal): -14457749 or 7037987. OLE color: 7037987.
HSL color Cylindrical-coordinate representation of color #23646B: hue angle of 185.83º 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 #23646B is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 100 | 107 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.58 |
| HSL | 185.83º | 0.51% | 0.28% | - |
| HSV(B) | 185.83º | 0.67% | 0.42% | - |
| XYZ | 7.9 | 10.53 | 15.53 | - |
| YUV | 81.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 107 | 0.67 | 0.07 | 0 | 0.58 | 185.83 | 0.51 | 0.28 |
| Hex | 23 | 64 | 6B | 43 | 7 | 0 | 3A | BA | 33 | 1C |
| Octal | 43 | 144 | 153 | 103 | 7 | 0 | 72 | 272 | 63 | 34 |
| Binary | 100011 | 1100100 | 1101011 | 1000011 | 111 | 0 | 111010 | 10111010 | 110011 | 11100 |
Color Harmonies of #23646B
Complementary color
Monochromatic Colors of #23646B
Black with #23646B
Text Example
Text Example
White with #23646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23646B; }
p { color: rgb(35,100,107); }
H1.HeaderClassName
{
color: #23646B;
}
.AnyTagClassName
{
color: #23646B;
}
</style>
background-color css
<style>
a { background-color: #23646B; }
a { background-color: rgb(35,100,107); }
div.DivClassName
{
background-color: #23646B;
}
.BgClassName
{
background-color: #23646B;
}
</style>
border-color css
<style>
span { border-color: #23646B; }
span { border-color: rgb(35,100,107); }
td.TdClassName
{
border-color: #23646B;
}
.TagClassName
{
border-color: #23646B;
}
</style>