Shades of Blue Stone #235D64
Tints of Blue Stone #235D64
RGB
CMYK
RGB Variations
Color information
#235D64 (or 0x235D64) is known color: Blue Stone. HEX triplet: 23, 5D and 64. RGB value is (35,93,100). Sum of RGB (Red+Green+Blue) = 35+93+100=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #235D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D64 is #DCA29B. Grayscale: #4C4C4C. Windows color (decimal): -14459548 or 6577443. OLE color: 6577443.
HSL color Cylindrical-coordinate representation of color #235D64: hue angle of 186.46º 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 #235D64 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 93 | 100 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.61 |
| HSL | 186.46º | 0.48% | 0.26% | - |
| HSV(B) | 186.46º | 0.65% | 0.39% | - |
| XYZ | 6.91 | 9.11 | 13.45 | - |
| YUV | 76.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 100 | 0.65 | 0.07 | 0 | 0.61 | 186.46 | 0.48 | 0.26 |
| Hex | 23 | 5D | 64 | 41 | 7 | 0 | 3D | BA | 30 | 1A |
| Octal | 43 | 135 | 144 | 101 | 7 | 0 | 75 | 272 | 60 | 32 |
| Binary | 100011 | 1011101 | 1100100 | 1000001 | 111 | 0 | 111101 | 10111010 | 110000 | 11010 |
Color Harmonies of #235D64
Complementary color
Monochromatic Colors of #235D64
Black with #235D64
Text Example
Text Example
White with #235D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D64; }
p { color: rgb(35,93,100); }
H1.HeaderClassName
{
color: #235D64;
}
.AnyTagClassName
{
color: #235D64;
}
</style>
background-color css
<style>
a { background-color: #235D64; }
a { background-color: rgb(35,93,100); }
div.DivClassName
{
background-color: #235D64;
}
.BgClassName
{
background-color: #235D64;
}
</style>
border-color css
<style>
span { border-color: #235D64; }
span { border-color: rgb(35,93,100); }
td.TdClassName
{
border-color: #235D64;
}
.TagClassName
{
border-color: #235D64;
}
</style>