Shades of Blue Stone #236A65
Tints of Blue Stone #236A65
RGB
CMYK
RGB Variations
Color information
#236A65 (or 0x236A65) is known color: Blue Stone. HEX triplet: 23, 6A and 65. RGB value is (35,106,101). Sum of RGB (Red+Green+Blue) = 35+106+101=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #236A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A65 is #DC959A. Grayscale: #545454. Windows color (decimal): -14456219 or 6646307. OLE color: 6646307.
HSL color Cylindrical-coordinate representation of color #236A65: hue angle of 175.77º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #236A65 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 106 | 101 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.58 |
| HSL | 175.77º | 0.5% | 0.28% | - |
| HSV(B) | 175.77º | 0.67% | 0.42% | - |
| XYZ | 8.2 | 11.6 | 14.12 | - |
| YUV | 84.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 106 | 101 | 0.67 | 0 | 0.05 | 0.58 | 175.77 | 0.5 | 0.28 |
| Hex | 23 | 6A | 65 | 43 | 0 | 5 | 3A | B0 | 32 | 1C |
| Octal | 43 | 152 | 145 | 103 | 0 | 5 | 72 | 260 | 62 | 34 |
| Binary | 100011 | 1101010 | 1100101 | 1000011 | 0 | 101 | 111010 | 10110000 | 110010 | 11100 |
Color Harmonies of #236A65
Complementary color
Monochromatic Colors of #236A65
Black with #236A65
Text Example
Text Example
White with #236A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236A65; }
p { color: rgb(35,106,101); }
H1.HeaderClassName
{
color: #236A65;
}
.AnyTagClassName
{
color: #236A65;
}
</style>
background-color css
<style>
a { background-color: #236A65; }
a { background-color: rgb(35,106,101); }
div.DivClassName
{
background-color: #236A65;
}
.BgClassName
{
background-color: #236A65;
}
</style>
border-color css
<style>
span { border-color: #236A65; }
span { border-color: rgb(35,106,101); }
td.TdClassName
{
border-color: #236A65;
}
.TagClassName
{
border-color: #236A65;
}
</style>