Shades of Blue Stone #235E65
Tints of Blue Stone #235E65
RGB
CMYK
RGB Variations
Color information
#235E65 (or 0x235E65) is known color: Blue Stone. HEX triplet: 23, 5E and 65. RGB value is (35,94,101). Sum of RGB (Red+Green+Blue) = 35+94+101=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #235E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E65 is #DCA19A. Grayscale: #4D4D4D. Windows color (decimal): -14459291 or 6643235. OLE color: 6643235.
HSL color Cylindrical-coordinate representation of color #235E65: hue angle of 186.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #235E65 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 94 | 101 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.60 |
| HSL | 186.36º | 0.49% | 0.27% | - |
| HSV(B) | 186.36º | 0.65% | 0.4% | - |
| XYZ | 7.04 | 9.3 | 13.74 | - |
| YUV | 77.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 101 | 0.65 | 0.07 | 0 | 0.60 | 186.36 | 0.49 | 0.27 |
| Hex | 23 | 5E | 65 | 41 | 7 | 0 | 3C | BA | 31 | 1B |
| Octal | 43 | 136 | 145 | 101 | 7 | 0 | 74 | 272 | 61 | 33 |
| Binary | 100011 | 1011110 | 1100101 | 1000001 | 111 | 0 | 111100 | 10111010 | 110001 | 11011 |
Color Harmonies of #235E65
Complementary color
Monochromatic Colors of #235E65
Black with #235E65
Text Example
Text Example
White with #235E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E65; }
p { color: rgb(35,94,101); }
H1.HeaderClassName
{
color: #235E65;
}
.AnyTagClassName
{
color: #235E65;
}
</style>
background-color css
<style>
a { background-color: #235E65; }
a { background-color: rgb(35,94,101); }
div.DivClassName
{
background-color: #235E65;
}
.BgClassName
{
background-color: #235E65;
}
</style>
border-color css
<style>
span { border-color: #235E65; }
span { border-color: rgb(35,94,101); }
td.TdClassName
{
border-color: #235E65;
}
.TagClassName
{
border-color: #235E65;
}
</style>