Shades of Blue Stone #286063
Tints of Blue Stone #286063
RGB
CMYK
RGB Variations
Color information
#286063 (or 0x286063) is known color: Blue Stone. HEX triplet: 28, 60 and 63. RGB value is (40,96,99). Sum of RGB (Red+Green+Blue) = 40+96+99=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #286063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286063 is #D79F9C. Grayscale: #4F4F4F. Windows color (decimal): -14131101 or 6512680. OLE color: 6512680.
HSL color Cylindrical-coordinate representation of color #286063: hue angle of 183.05º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286063 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 96 | 99 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.61 |
| HSL | 183.05º | 0.42% | 0.27% | - |
| HSV(B) | 183.05º | 0.6% | 0.39% | - |
| XYZ | 7.31 | 9.72 | 13.29 | - |
| YUV | 79.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 99 | 0.60 | 0.03 | 0 | 0.61 | 183.05 | 0.42 | 0.27 |
| Hex | 28 | 60 | 63 | 3C | 3 | 0 | 3D | B7 | 2A | 1B |
| Octal | 50 | 140 | 143 | 74 | 3 | 0 | 75 | 267 | 52 | 33 |
| Binary | 101000 | 1100000 | 1100011 | 111100 | 11 | 0 | 111101 | 10110111 | 101010 | 11011 |
Color Harmonies of #286063
Complementary color
Monochromatic Colors of #286063
Black with #286063
Text Example
Text Example
White with #286063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286063; }
p { color: rgb(40,96,99); }
H1.HeaderClassName
{
color: #286063;
}
.AnyTagClassName
{
color: #286063;
}
</style>
background-color css
<style>
a { background-color: #286063; }
a { background-color: rgb(40,96,99); }
div.DivClassName
{
background-color: #286063;
}
.BgClassName
{
background-color: #286063;
}
</style>
border-color css
<style>
span { border-color: #286063; }
span { border-color: rgb(40,96,99); }
td.TdClassName
{
border-color: #286063;
}
.TagClassName
{
border-color: #286063;
}
</style>