Shades of Blue Stone #286863
Tints of Blue Stone #286863
RGB
CMYK
RGB Variations
Color information
#286863 (or 0x286863) is known color: Blue Stone. HEX triplet: 28, 68 and 63. RGB value is (40,104,99). Sum of RGB (Red+Green+Blue) = 40+104+99=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #286863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286863 is #D7979C. Grayscale: #545454. Windows color (decimal): -14129053 or 6514728. OLE color: 6514728.
HSL color Cylindrical-coordinate representation of color #286863: hue angle of 175.31º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286863 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 104 | 99 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.59 |
| HSL | 175.31º | 0.44% | 0.28% | - |
| HSV(B) | 175.31º | 0.62% | 0.41% | - |
| XYZ | 8.08 | 11.25 | 13.55 | - |
| YUV | 84.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 99 | 0.62 | 0 | 0.05 | 0.59 | 175.31 | 0.44 | 0.28 |
| Hex | 28 | 68 | 63 | 3E | 0 | 5 | 3B | AF | 2C | 1C |
| Octal | 50 | 150 | 143 | 76 | 0 | 5 | 73 | 257 | 54 | 34 |
| Binary | 101000 | 1101000 | 1100011 | 111110 | 0 | 101 | 111011 | 10101111 | 101100 | 11100 |
Color Harmonies of #286863
Complementary color
Monochromatic Colors of #286863
Black with #286863
Text Example
Text Example
White with #286863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286863; }
p { color: rgb(40,104,99); }
H1.HeaderClassName
{
color: #286863;
}
.AnyTagClassName
{
color: #286863;
}
</style>
background-color css
<style>
a { background-color: #286863; }
a { background-color: rgb(40,104,99); }
div.DivClassName
{
background-color: #286863;
}
.BgClassName
{
background-color: #286863;
}
</style>
border-color css
<style>
span { border-color: #286863; }
span { border-color: rgb(40,104,99); }
td.TdClassName
{
border-color: #286863;
}
.TagClassName
{
border-color: #286863;
}
</style>