Shades of Blue Stone #236263
Tints of Blue Stone #236263
RGB
CMYK
RGB Variations
Color information
#236263 (or 0x236263) is known color: Blue Stone. HEX triplet: 23, 62 and 63. RGB value is (35,98,99). Sum of RGB (Red+Green+Blue) = 35+98+99=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #236263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236263 is #DC9D9C. Grayscale: #4F4F4F. Windows color (decimal): -14458269 or 6513187. OLE color: 6513187.
HSL color Cylindrical-coordinate representation of color #236263: hue angle of 180.94º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #236263 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 98 | 99 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.61 |
| HSL | 180.94º | 0.48% | 0.26% | - |
| HSV(B) | 180.94º | 0.65% | 0.39% | - |
| XYZ | 7.31 | 9.99 | 13.35 | - |
| YUV | 79.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 99 | 0.65 | 0.01 | 0 | 0.61 | 180.94 | 0.48 | 0.26 |
| Hex | 23 | 62 | 63 | 41 | 1 | 0 | 3D | B5 | 30 | 1A |
| Octal | 43 | 142 | 143 | 101 | 1 | 0 | 75 | 265 | 60 | 32 |
| Binary | 100011 | 1100010 | 1100011 | 1000001 | 1 | 0 | 111101 | 10110101 | 110000 | 11010 |
Color Harmonies of #236263
Complementary color
Monochromatic Colors of #236263
Black with #236263
Text Example
Text Example
White with #236263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236263; }
p { color: rgb(35,98,99); }
H1.HeaderClassName
{
color: #236263;
}
.AnyTagClassName
{
color: #236263;
}
</style>
background-color css
<style>
a { background-color: #236263; }
a { background-color: rgb(35,98,99); }
div.DivClassName
{
background-color: #236263;
}
.BgClassName
{
background-color: #236263;
}
</style>
border-color css
<style>
span { border-color: #236263; }
span { border-color: rgb(35,98,99); }
td.TdClassName
{
border-color: #236263;
}
.TagClassName
{
border-color: #236263;
}
</style>