Shades of Blue Stone #286A65
Tints of Blue Stone #286A65
RGB
CMYK
RGB Variations
Color information
#286A65 (or 0x286A65) is known color: Blue Stone. HEX triplet: 28, 6A and 65. RGB value is (40,106,101). Sum of RGB (Red+Green+Blue) = 40+106+101=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #286A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286A65 is #D7959A. Grayscale: #555555. Windows color (decimal): -14128539 or 6646312. OLE color: 6646312.
HSL color Cylindrical-coordinate representation of color #286A65: hue angle of 175.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286A65 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 101 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.58 |
| HSL | 175.45º | 0.45% | 0.29% | - |
| HSV(B) | 175.45º | 0.62% | 0.42% | - |
| XYZ | 8.38 | 11.7 | 14.13 | - |
| YUV | 85.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 101 | 0.62 | 0 | 0.05 | 0.58 | 175.45 | 0.45 | 0.29 |
| Hex | 28 | 6A | 65 | 3E | 0 | 5 | 3A | AF | 2D | 1D |
| Octal | 50 | 152 | 145 | 76 | 0 | 5 | 72 | 257 | 55 | 35 |
| Binary | 101000 | 1101010 | 1100101 | 111110 | 0 | 101 | 111010 | 10101111 | 101101 | 11101 |
Color Harmonies of #286A65
Complementary color
Monochromatic Colors of #286A65
Black with #286A65
Text Example
Text Example
White with #286A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A65; }
p { color: rgb(40,106,101); }
H1.HeaderClassName
{
color: #286A65;
}
.AnyTagClassName
{
color: #286A65;
}
</style>
background-color css
<style>
a { background-color: #286A65; }
a { background-color: rgb(40,106,101); }
div.DivClassName
{
background-color: #286A65;
}
.BgClassName
{
background-color: #286A65;
}
</style>
border-color css
<style>
span { border-color: #286A65; }
span { border-color: rgb(40,106,101); }
td.TdClassName
{
border-color: #286A65;
}
.TagClassName
{
border-color: #286A65;
}
</style>