Shades of Blue Stone #286263
Tints of Blue Stone #286263
RGB
CMYK
RGB Variations
Color information
#286263 (or 0x286263) is known color: Blue Stone. HEX triplet: 28, 62 and 63. RGB value is (40,98,99). Sum of RGB (Red+Green+Blue) = 40+98+99=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #286263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286263 is #D79D9C. Grayscale: #505050. Windows color (decimal): -14130589 or 6513192. OLE color: 6513192.
HSL color Cylindrical-coordinate representation of color #286263: hue angle of 181.02º 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 #286263 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 98 | 99 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.61 |
| HSL | 181.02º | 0.42% | 0.27% | - |
| HSV(B) | 181.02º | 0.6% | 0.39% | - |
| XYZ | 7.49 | 10.09 | 13.36 | - |
| YUV | 80.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 99 | 0.60 | 0.01 | 0 | 0.61 | 181.02 | 0.42 | 0.27 |
| Hex | 28 | 62 | 63 | 3C | 1 | 0 | 3D | B5 | 2A | 1B |
| Octal | 50 | 142 | 143 | 74 | 1 | 0 | 75 | 265 | 52 | 33 |
| Binary | 101000 | 1100010 | 1100011 | 111100 | 1 | 0 | 111101 | 10110101 | 101010 | 11011 |
Color Harmonies of #286263
Complementary color
Monochromatic Colors of #286263
Black with #286263
Text Example
Text Example
White with #286263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286263; }
p { color: rgb(40,98,99); }
H1.HeaderClassName
{
color: #286263;
}
.AnyTagClassName
{
color: #286263;
}
</style>
background-color css
<style>
a { background-color: #286263; }
a { background-color: rgb(40,98,99); }
div.DivClassName
{
background-color: #286263;
}
.BgClassName
{
background-color: #286263;
}
</style>
border-color css
<style>
span { border-color: #286263; }
span { border-color: rgb(40,98,99); }
td.TdClassName
{
border-color: #286263;
}
.TagClassName
{
border-color: #286263;
}
</style>