Shades of Blue Stone #285F62
Tints of Blue Stone #285F62
RGB
CMYK
RGB Variations
Color information
#285F62 (or 0x285F62) is known color: Blue Stone. HEX triplet: 28, 5F and 62. RGB value is (40,95,98). Sum of RGB (Red+Green+Blue) = 40+95+98=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #285F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F62 is #D7A09D. Grayscale: #4E4E4E. Windows color (decimal): -14131358 or 6446888. OLE color: 6446888.
HSL color Cylindrical-coordinate representation of color #285F62: hue angle of 183.1º 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 #285F62 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 95 | 98 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.62 |
| HSL | 183.1º | 0.42% | 0.27% | - |
| HSV(B) | 183.1º | 0.59% | 0.38% | - |
| XYZ | 7.17 | 9.52 | 13.01 | - |
| YUV | 78.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 98 | 0.59 | 0.03 | 0 | 0.62 | 183.1 | 0.42 | 0.27 |
| Hex | 28 | 5F | 62 | 3B | 3 | 0 | 3E | B7 | 2A | 1B |
| Octal | 50 | 137 | 142 | 73 | 3 | 0 | 76 | 267 | 52 | 33 |
| Binary | 101000 | 1011111 | 1100010 | 111011 | 11 | 0 | 111110 | 10110111 | 101010 | 11011 |
Color Harmonies of #285F62
Complementary color
Monochromatic Colors of #285F62
Black with #285F62
Text Example
Text Example
White with #285F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F62; }
p { color: rgb(40,95,98); }
H1.HeaderClassName
{
color: #285F62;
}
.AnyTagClassName
{
color: #285F62;
}
</style>
background-color css
<style>
a { background-color: #285F62; }
a { background-color: rgb(40,95,98); }
div.DivClassName
{
background-color: #285F62;
}
.BgClassName
{
background-color: #285F62;
}
</style>
border-color css
<style>
span { border-color: #285F62; }
span { border-color: rgb(40,95,98); }
td.TdClassName
{
border-color: #285F62;
}
.TagClassName
{
border-color: #285F62;
}
</style>