Shades of Blue Stone #236B68
Tints of Blue Stone #236B68
RGB
CMYK
RGB Variations
Color information
#236B68 (or 0x236B68) is known color: Blue Stone. HEX triplet: 23, 6B and 68. RGB value is (35,107,104). Sum of RGB (Red+Green+Blue) = 35+107+104=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #236B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236B68 is #DC9497. Grayscale: #555555. Windows color (decimal): -14455960 or 6843171. OLE color: 6843171.
HSL color Cylindrical-coordinate representation of color #236B68: hue angle of 177.5º degrees, saturation: 0.51, 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 #236B68 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 107 | 104 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.58 |
| HSL | 177.5º | 0.51% | 0.28% | - |
| HSV(B) | 177.5º | 0.67% | 0.42% | - |
| XYZ | 8.45 | 11.87 | 14.94 | - |
| YUV | 85.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 107 | 104 | 0.67 | 0 | 0.03 | 0.58 | 177.5 | 0.51 | 0.28 |
| Hex | 23 | 6B | 68 | 43 | 0 | 3 | 3A | B2 | 33 | 1C |
| Octal | 43 | 153 | 150 | 103 | 0 | 3 | 72 | 262 | 63 | 34 |
| Binary | 100011 | 1101011 | 1101000 | 1000011 | 0 | 11 | 111010 | 10110010 | 110011 | 11100 |
Color Harmonies of #236B68
Complementary color
Monochromatic Colors of #236B68
Black with #236B68
Text Example
Text Example
White with #236B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236B68; }
p { color: rgb(35,107,104); }
H1.HeaderClassName
{
color: #236B68;
}
.AnyTagClassName
{
color: #236B68;
}
</style>
background-color css
<style>
a { background-color: #236B68; }
a { background-color: rgb(35,107,104); }
div.DivClassName
{
background-color: #236B68;
}
.BgClassName
{
background-color: #236B68;
}
</style>
border-color css
<style>
span { border-color: #236B68; }
span { border-color: rgb(35,107,104); }
td.TdClassName
{
border-color: #236B68;
}
.TagClassName
{
border-color: #236B68;
}
</style>