Shades of Blue Stone #236065
Tints of Blue Stone #236065
RGB
CMYK
RGB Variations
Color information
#236065 (or 0x236065) is known color: Blue Stone. HEX triplet: 23, 60 and 65. RGB value is (35,96,101). Sum of RGB (Red+Green+Blue) = 35+96+101=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #236065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236065 is #DC9F9A. Grayscale: #4E4E4E. Windows color (decimal): -14458779 or 6643747. OLE color: 6643747.
HSL color Cylindrical-coordinate representation of color #236065: hue angle of 184.55º 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 #236065 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 96 | 101 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.60 |
| HSL | 184.55º | 0.49% | 0.27% | - |
| HSV(B) | 184.55º | 0.65% | 0.4% | - |
| XYZ | 7.22 | 9.66 | 13.8 | - |
| YUV | 78.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 101 | 0.65 | 0.05 | 0 | 0.60 | 184.55 | 0.49 | 0.27 |
| Hex | 23 | 60 | 65 | 41 | 5 | 0 | 3C | B9 | 31 | 1B |
| Octal | 43 | 140 | 145 | 101 | 5 | 0 | 74 | 271 | 61 | 33 |
| Binary | 100011 | 1100000 | 1100101 | 1000001 | 101 | 0 | 111100 | 10111001 | 110001 | 11011 |
Color Harmonies of #236065
Complementary color
Monochromatic Colors of #236065
Black with #236065
Text Example
Text Example
White with #236065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236065; }
p { color: rgb(35,96,101); }
H1.HeaderClassName
{
color: #236065;
}
.AnyTagClassName
{
color: #236065;
}
</style>
background-color css
<style>
a { background-color: #236065; }
a { background-color: rgb(35,96,101); }
div.DivClassName
{
background-color: #236065;
}
.BgClassName
{
background-color: #236065;
}
</style>
border-color css
<style>
span { border-color: #236065; }
span { border-color: rgb(35,96,101); }
td.TdClassName
{
border-color: #236065;
}
.TagClassName
{
border-color: #236065;
}
</style>