Shades of Blue Stone #235E60
Tints of Blue Stone #235E60
RGB
CMYK
RGB Variations
Color information
#235E60 (or 0x235E60) is known color: Blue Stone. HEX triplet: 23, 5E and 60. RGB value is (35,94,96). Sum of RGB (Red+Green+Blue) = 35+94+96=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #235E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E60 is #DCA19F. Grayscale: #4C4C4C. Windows color (decimal): -14459296 or 6315555. OLE color: 6315555.
HSL color Cylindrical-coordinate representation of color #235E60: hue angle of 181.97º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235E60 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 94 | 96 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.62 |
| HSL | 181.97º | 0.47% | 0.26% | - |
| HSV(B) | 181.97º | 0.64% | 0.38% | - |
| XYZ | 6.81 | 9.21 | 12.48 | - |
| YUV | 76.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 96 | 0.64 | 0.02 | 0 | 0.62 | 181.97 | 0.47 | 0.26 |
| Hex | 23 | 5E | 60 | 40 | 2 | 0 | 3E | B6 | 2F | 1A |
| Octal | 43 | 136 | 140 | 100 | 2 | 0 | 76 | 266 | 57 | 32 |
| Binary | 100011 | 1011110 | 1100000 | 1000000 | 10 | 0 | 111110 | 10110110 | 101111 | 11010 |
Color Harmonies of #235E60
Complementary color
Monochromatic Colors of #235E60
Black with #235E60
Text Example
Text Example
White with #235E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E60; }
p { color: rgb(35,94,96); }
H1.HeaderClassName
{
color: #235E60;
}
.AnyTagClassName
{
color: #235E60;
}
</style>
background-color css
<style>
a { background-color: #235E60; }
a { background-color: rgb(35,94,96); }
div.DivClassName
{
background-color: #235E60;
}
.BgClassName
{
background-color: #235E60;
}
</style>
border-color css
<style>
span { border-color: #235E60; }
span { border-color: rgb(35,94,96); }
td.TdClassName
{
border-color: #235E60;
}
.TagClassName
{
border-color: #235E60;
}
</style>