Shades of Blue Stone #286166
Tints of Blue Stone #286166
RGB
CMYK
RGB Variations
Color information
#286166 (or 0x286166) is known color: Blue Stone. HEX triplet: 28, 61 and 66. RGB value is (40,97,102). Sum of RGB (Red+Green+Blue) = 40+97+102=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #286166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286166 is #D79E99. Grayscale: #505050. Windows color (decimal): -14130842 or 6709544. OLE color: 6709544.
HSL color Cylindrical-coordinate representation of color #286166: hue angle of 184.84º 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 #286166 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 97 | 102 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.6 |
| HSL | 184.84º | 0.44% | 0.28% | - |
| HSV(B) | 184.84º | 0.61% | 0.4% | - |
| XYZ | 7.55 | 9.96 | 14.09 | - |
| YUV | 80.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 102 | 0.61 | 0.05 | 0 | 0.6 | 184.84 | 0.44 | 0.28 |
| Hex | 28 | 61 | 66 | 3D | 5 | 0 | 3C | B9 | 2C | 1C |
| Octal | 50 | 141 | 146 | 75 | 5 | 0 | 74 | 271 | 54 | 34 |
| Binary | 101000 | 1100001 | 1100110 | 111101 | 101 | 0 | 111100 | 10111001 | 101100 | 11100 |
Color Harmonies of #286166
Complementary color
Monochromatic Colors of #286166
Black with #286166
Text Example
Text Example
White with #286166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286166; }
p { color: rgb(40,97,102); }
H1.HeaderClassName
{
color: #286166;
}
.AnyTagClassName
{
color: #286166;
}
</style>
background-color css
<style>
a { background-color: #286166; }
a { background-color: rgb(40,97,102); }
div.DivClassName
{
background-color: #286166;
}
.BgClassName
{
background-color: #286166;
}
</style>
border-color css
<style>
span { border-color: #286166; }
span { border-color: rgb(40,97,102); }
td.TdClassName
{
border-color: #286166;
}
.TagClassName
{
border-color: #286166;
}
</style>