Shades of Blue Stone #285F60
Tints of Blue Stone #285F60
RGB
CMYK
RGB Variations
Color information
#285F60 (or 0x285F60) is known color: Blue Stone. HEX triplet: 28, 5F and 60. RGB value is (40,95,96). Sum of RGB (Red+Green+Blue) = 40+95+96=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #285F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F60 is #D7A09F. Grayscale: #4E4E4E. Windows color (decimal): -14131360 or 6315816. OLE color: 6315816.
HSL color Cylindrical-coordinate representation of color #285F60: hue angle of 181.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F60 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 95 | 96 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.62 |
| HSL | 181.07º | 0.41% | 0.27% | - |
| HSV(B) | 181.07º | 0.58% | 0.38% | - |
| XYZ | 7.08 | 9.48 | 12.52 | - |
| YUV | 78.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 96 | 0.58 | 0.01 | 0 | 0.62 | 181.07 | 0.41 | 0.27 |
| Hex | 28 | 5F | 60 | 3A | 1 | 0 | 3E | B5 | 29 | 1B |
| Octal | 50 | 137 | 140 | 72 | 1 | 0 | 76 | 265 | 51 | 33 |
| Binary | 101000 | 1011111 | 1100000 | 111010 | 1 | 0 | 111110 | 10110101 | 101001 | 11011 |
Color Harmonies of #285F60
Complementary color
Monochromatic Colors of #285F60
Black with #285F60
Text Example
Text Example
White with #285F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F60; }
p { color: rgb(40,95,96); }
H1.HeaderClassName
{
color: #285F60;
}
.AnyTagClassName
{
color: #285F60;
}
</style>
background-color css
<style>
a { background-color: #285F60; }
a { background-color: rgb(40,95,96); }
div.DivClassName
{
background-color: #285F60;
}
.BgClassName
{
background-color: #285F60;
}
</style>
border-color css
<style>
span { border-color: #285F60; }
span { border-color: rgb(40,95,96); }
td.TdClassName
{
border-color: #285F60;
}
.TagClassName
{
border-color: #285F60;
}
</style>