Shades of Blue Stone #23636B
Tints of Blue Stone #23636B
RGB
CMYK
RGB Variations
Color information
#23636B (or 0x23636B) is known color: Blue Stone. HEX triplet: 23, 63 and 6B. RGB value is (35,99,107). Sum of RGB (Red+Green+Blue) = 35+99+107=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #23636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23636B is #DC9C94. Grayscale: #505050. Windows color (decimal): -14458005 or 7037731. OLE color: 7037731.
HSL color Cylindrical-coordinate representation of color #23636B: hue angle of 186.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 #23636B is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 99 | 107 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.58 |
| HSL | 186.67º | 0.51% | 0.28% | - |
| HSV(B) | 186.67º | 0.67% | 0.42% | - |
| XYZ | 7.81 | 10.34 | 15.49 | - |
| YUV | 80.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 107 | 0.67 | 0.07 | 0 | 0.58 | 186.67 | 0.51 | 0.28 |
| Hex | 23 | 63 | 6B | 43 | 7 | 0 | 3A | BB | 33 | 1C |
| Octal | 43 | 143 | 153 | 103 | 7 | 0 | 72 | 273 | 63 | 34 |
| Binary | 100011 | 1100011 | 1101011 | 1000011 | 111 | 0 | 111010 | 10111011 | 110011 | 11100 |
Color Harmonies of #23636B
Complementary color
Monochromatic Colors of #23636B
Black with #23636B
Text Example
Text Example
White with #23636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23636B; }
p { color: rgb(35,99,107); }
H1.HeaderClassName
{
color: #23636B;
}
.AnyTagClassName
{
color: #23636B;
}
</style>
background-color css
<style>
a { background-color: #23636B; }
a { background-color: rgb(35,99,107); }
div.DivClassName
{
background-color: #23636B;
}
.BgClassName
{
background-color: #23636B;
}
</style>
border-color css
<style>
span { border-color: #23636B; }
span { border-color: rgb(35,99,107); }
td.TdClassName
{
border-color: #23636B;
}
.TagClassName
{
border-color: #23636B;
}
</style>