Shades of Blue Stone #235D63
Tints of Blue Stone #235D63
RGB
CMYK
RGB Variations
Color information
#235D63 (or 0x235D63) is known color: Blue Stone. HEX triplet: 23, 5D and 63. RGB value is (35,93,99). Sum of RGB (Red+Green+Blue) = 35+93+99=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #235D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D63 is #DCA29C. Grayscale: #4C4C4C. Windows color (decimal): -14459549 or 6511907. OLE color: 6511907.
HSL color Cylindrical-coordinate representation of color #235D63: hue angle of 185.62º 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 #235D63 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 93 | 99 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.61 |
| HSL | 185.63º | 0.48% | 0.26% | - |
| HSV(B) | 185.63º | 0.65% | 0.39% | - |
| XYZ | 6.86 | 9.09 | 13.2 | - |
| YUV | 76.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 99 | 0.65 | 0.06 | 0 | 0.61 | 185.63 | 0.48 | 0.26 |
| Hex | 23 | 5D | 63 | 41 | 6 | 0 | 3D | BA | 30 | 1A |
| Octal | 43 | 135 | 143 | 101 | 6 | 0 | 75 | 272 | 60 | 32 |
| Binary | 100011 | 1011101 | 1100011 | 1000001 | 110 | 0 | 111101 | 10111010 | 110000 | 11010 |
Color Harmonies of #235D63
Complementary color
Monochromatic Colors of #235D63
Black with #235D63
Text Example
Text Example
White with #235D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D63; }
p { color: rgb(35,93,99); }
H1.HeaderClassName
{
color: #235D63;
}
.AnyTagClassName
{
color: #235D63;
}
</style>
background-color css
<style>
a { background-color: #235D63; }
a { background-color: rgb(35,93,99); }
div.DivClassName
{
background-color: #235D63;
}
.BgClassName
{
background-color: #235D63;
}
</style>
border-color css
<style>
span { border-color: #235D63; }
span { border-color: rgb(35,93,99); }
td.TdClassName
{
border-color: #235D63;
}
.TagClassName
{
border-color: #235D63;
}
</style>