Shades of Blue Stone #286260
Tints of Blue Stone #286260
RGB
CMYK
RGB Variations
Color information
#286260 (or 0x286260) is known color: Blue Stone. HEX triplet: 28, 62 and 60. RGB value is (40,98,96). Sum of RGB (Red+Green+Blue) = 40+98+96=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #286260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286260 is #D79D9F. Grayscale: #505050. Windows color (decimal): -14130592 or 6316584. OLE color: 6316584.
HSL color Cylindrical-coordinate representation of color #286260: hue angle of 177.93º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #286260 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 98 | 96 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.62 |
| HSL | 177.93º | 0.42% | 0.27% | - |
| HSV(B) | 177.93º | 0.59% | 0.38% | - |
| XYZ | 7.35 | 10.03 | 12.61 | - |
| YUV | 80.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 96 | 0.59 | 0 | 0.02 | 0.62 | 177.93 | 0.42 | 0.27 |
| Hex | 28 | 62 | 60 | 3B | 0 | 2 | 3E | B2 | 2A | 1B |
| Octal | 50 | 142 | 140 | 73 | 0 | 2 | 76 | 262 | 52 | 33 |
| Binary | 101000 | 1100010 | 1100000 | 111011 | 0 | 10 | 111110 | 10110010 | 101010 | 11011 |
Color Harmonies of #286260
Complementary color
Monochromatic Colors of #286260
Black with #286260
Text Example
Text Example
White with #286260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286260; }
p { color: rgb(40,98,96); }
H1.HeaderClassName
{
color: #286260;
}
.AnyTagClassName
{
color: #286260;
}
</style>
background-color css
<style>
a { background-color: #286260; }
a { background-color: rgb(40,98,96); }
div.DivClassName
{
background-color: #286260;
}
.BgClassName
{
background-color: #286260;
}
</style>
border-color css
<style>
span { border-color: #286260; }
span { border-color: rgb(40,98,96); }
td.TdClassName
{
border-color: #286260;
}
.TagClassName
{
border-color: #286260;
}
</style>