Shades of Blue Stone #236061
Tints of Blue Stone #236061
RGB
CMYK
RGB Variations
Color information
#236061 (or 0x236061) is known color: Blue Stone. HEX triplet: 23, 60 and 61. RGB value is (35,96,97). Sum of RGB (Red+Green+Blue) = 35+96+97=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #236061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236061 is #DC9F9E. Grayscale: #4D4D4D. Windows color (decimal): -14458783 or 6381603. OLE color: 6381603.
HSL color Cylindrical-coordinate representation of color #236061: hue angle of 180.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 #236061 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 96 | 97 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.62 |
| HSL | 180.97º | 0.47% | 0.26% | - |
| HSV(B) | 180.97º | 0.64% | 0.38% | - |
| XYZ | 7.03 | 9.59 | 12.79 | - |
| YUV | 77.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 97 | 0.64 | 0.01 | 0 | 0.62 | 180.97 | 0.47 | 0.26 |
| Hex | 23 | 60 | 61 | 40 | 1 | 0 | 3E | B5 | 2F | 1A |
| Octal | 43 | 140 | 141 | 100 | 1 | 0 | 76 | 265 | 57 | 32 |
| Binary | 100011 | 1100000 | 1100001 | 1000000 | 1 | 0 | 111110 | 10110101 | 101111 | 11010 |
Color Harmonies of #236061
Complementary color
Monochromatic Colors of #236061
Black with #236061
Text Example
Text Example
White with #236061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236061; }
p { color: rgb(35,96,97); }
H1.HeaderClassName
{
color: #236061;
}
.AnyTagClassName
{
color: #236061;
}
</style>
background-color css
<style>
a { background-color: #236061; }
a { background-color: rgb(35,96,97); }
div.DivClassName
{
background-color: #236061;
}
.BgClassName
{
background-color: #236061;
}
</style>
border-color css
<style>
span { border-color: #236061; }
span { border-color: rgb(35,96,97); }
td.TdClassName
{
border-color: #236061;
}
.TagClassName
{
border-color: #236061;
}
</style>