Shades of Blue Stone #236C69
Tints of Blue Stone #236C69
RGB
CMYK
RGB Variations
Color information
#236C69 (or 0x236C69) is known color: Blue Stone. HEX triplet: 23, 6C and 69. RGB value is (35,108,105). Sum of RGB (Red+Green+Blue) = 35+108+105=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #236C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C69 is #DC9396. Grayscale: #555555. Windows color (decimal): -14455703 or 6908963. OLE color: 6908963.
HSL color Cylindrical-coordinate representation of color #236C69: hue angle of 177.53º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236C69 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 108 | 105 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.58 |
| HSL | 177.53º | 0.51% | 0.28% | - |
| HSV(B) | 177.53º | 0.68% | 0.42% | - |
| XYZ | 8.61 | 12.1 | 15.25 | - |
| YUV | 85.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 105 | 0.68 | 0 | 0.03 | 0.58 | 177.53 | 0.51 | 0.28 |
| Hex | 23 | 6C | 69 | 44 | 0 | 3 | 3A | B2 | 33 | 1C |
| Octal | 43 | 154 | 151 | 104 | 0 | 3 | 72 | 262 | 63 | 34 |
| Binary | 100011 | 1101100 | 1101001 | 1000100 | 0 | 11 | 111010 | 10110010 | 110011 | 11100 |
Color Harmonies of #236C69
Complementary color
Monochromatic Colors of #236C69
Black with #236C69
Text Example
Text Example
White with #236C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C69; }
p { color: rgb(35,108,105); }
H1.HeaderClassName
{
color: #236C69;
}
.AnyTagClassName
{
color: #236C69;
}
</style>
background-color css
<style>
a { background-color: #236C69; }
a { background-color: rgb(35,108,105); }
div.DivClassName
{
background-color: #236C69;
}
.BgClassName
{
background-color: #236C69;
}
</style>
border-color css
<style>
span { border-color: #236C69; }
span { border-color: rgb(35,108,105); }
td.TdClassName
{
border-color: #236C69;
}
.TagClassName
{
border-color: #236C69;
}
</style>