Shades of Blue Stone #286666
Tints of Blue Stone #286666
RGB
CMYK
RGB Variations
Color information
#286666 (or 0x286666) is known color: Blue Stone. HEX triplet: 28, 66 and 66. RGB value is (40,102,102). Sum of RGB (Red+Green+Blue) = 40+102+102=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #286666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286666 is #D79999. Grayscale: #535353. Windows color (decimal): -14129562 or 6710824. OLE color: 6710824.
HSL color Cylindrical-coordinate representation of color #286666: hue angle of 180º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286666 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 102 | 102 | - |
| CMYK | 0.61 | 0 | 0 | 0.6 |
| HSL | 180º | 0.44% | 0.28% | - |
| HSV(B) | 180º | 0.61% | 0.4% | - |
| XYZ | 8.02 | 10.91 | 14.25 | - |
| YUV | 83.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 102 | 0.61 | 0 | 0 | 0.6 | 180 | 0.44 | 0.28 |
| Hex | 28 | 66 | 66 | 3D | 0 | 0 | 3C | B4 | 2C | 1C |
| Octal | 50 | 146 | 146 | 75 | 0 | 0 | 74 | 264 | 54 | 34 |
| Binary | 101000 | 1100110 | 1100110 | 111101 | 0 | 0 | 111100 | 10110100 | 101100 | 11100 |
Color Harmonies of #286666
Complementary color
Monochromatic Colors of #286666
Black with #286666
Text Example
Text Example
White with #286666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286666; }
p { color: rgb(40,102,102); }
H1.HeaderClassName
{
color: #286666;
}
.AnyTagClassName
{
color: #286666;
}
</style>
background-color css
<style>
a { background-color: #286666; }
a { background-color: rgb(40,102,102); }
div.DivClassName
{
background-color: #286666;
}
.BgClassName
{
background-color: #286666;
}
</style>
border-color css
<style>
span { border-color: #286666; }
span { border-color: rgb(40,102,102); }
td.TdClassName
{
border-color: #286666;
}
.TagClassName
{
border-color: #286666;
}
</style>