Shades of Blue Stone #235F5E
Tints of Blue Stone #235F5E
RGB
CMYK
RGB Variations
Color information
#235F5E (or 0x235F5E) is known color: Blue Stone. HEX triplet: 23, 5F and 5E. RGB value is (35,95,94). Sum of RGB (Red+Green+Blue) = 35+95+94=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #235F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F5E is #DCA0A1. Grayscale: #4C4C4C. Windows color (decimal): -14459042 or 6184739. OLE color: 6184739.
HSL color Cylindrical-coordinate representation of color #235F5E: hue angle of 179º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F5E is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 95 | 94 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.63 |
| HSL | 179º | 0.46% | 0.25% | - |
| HSV(B) | 179º | 0.63% | 0.37% | - |
| XYZ | 6.81 | 9.35 | 12.04 | - |
| YUV | 76.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 95 | 94 | 0.63 | 0 | 0.01 | 0.63 | 179 | 0.46 | 0.25 |
| Hex | 23 | 5F | 5E | 3F | 0 | 1 | 3F | B3 | 2E | 19 |
| Octal | 43 | 137 | 136 | 77 | 0 | 1 | 77 | 263 | 56 | 31 |
| Binary | 100011 | 1011111 | 1011110 | 111111 | 0 | 1 | 111111 | 10110011 | 101110 | 11001 |
Color Harmonies of #235F5E
Complementary color
Monochromatic Colors of #235F5E
Black with #235F5E
Text Example
Text Example
White with #235F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235F5E; }
p { color: rgb(35,95,94); }
H1.HeaderClassName
{
color: #235F5E;
}
.AnyTagClassName
{
color: #235F5E;
}
</style>
background-color css
<style>
a { background-color: #235F5E; }
a { background-color: rgb(35,95,94); }
div.DivClassName
{
background-color: #235F5E;
}
.BgClassName
{
background-color: #235F5E;
}
</style>
border-color css
<style>
span { border-color: #235F5E; }
span { border-color: rgb(35,95,94); }
td.TdClassName
{
border-color: #235F5E;
}
.TagClassName
{
border-color: #235F5E;
}
</style>