Shades of Blue Stone #285F65
Tints of Blue Stone #285F65
RGB
CMYK
RGB Variations
Color information
#285F65 (or 0x285F65) is known color: Blue Stone. HEX triplet: 28, 5F and 65. RGB value is (40,95,101). Sum of RGB (Red+Green+Blue) = 40+95+101=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #285F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F65 is #D7A09A. Grayscale: #4F4F4F. Windows color (decimal): -14131355 or 6643496. OLE color: 6643496.
HSL color Cylindrical-coordinate representation of color #285F65: hue angle of 185.9º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285F65 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 95 | 101 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.60 |
| HSL | 185.9º | 0.43% | 0.28% | - |
| HSV(B) | 185.9º | 0.6% | 0.4% | - |
| XYZ | 7.32 | 9.58 | 13.77 | - |
| YUV | 79.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 101 | 0.60 | 0.06 | 0 | 0.60 | 185.9 | 0.43 | 0.28 |
| Hex | 28 | 5F | 65 | 3C | 6 | 0 | 3C | BA | 2B | 1C |
| Octal | 50 | 137 | 145 | 74 | 6 | 0 | 74 | 272 | 53 | 34 |
| Binary | 101000 | 1011111 | 1100101 | 111100 | 110 | 0 | 111100 | 10111010 | 101011 | 11100 |
Color Harmonies of #285F65
Complementary color
Monochromatic Colors of #285F65
Black with #285F65
Text Example
Text Example
White with #285F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F65; }
p { color: rgb(40,95,101); }
H1.HeaderClassName
{
color: #285F65;
}
.AnyTagClassName
{
color: #285F65;
}
</style>
background-color css
<style>
a { background-color: #285F65; }
a { background-color: rgb(40,95,101); }
div.DivClassName
{
background-color: #285F65;
}
.BgClassName
{
background-color: #285F65;
}
</style>
border-color css
<style>
span { border-color: #285F65; }
span { border-color: rgb(40,95,101); }
td.TdClassName
{
border-color: #285F65;
}
.TagClassName
{
border-color: #285F65;
}
</style>