Shades of Blue Stone #285D63
Tints of Blue Stone #285D63
RGB
CMYK
RGB Variations
Color information
#285D63 (or 0x285D63) is known color: Blue Stone. HEX triplet: 28, 5D and 63. RGB value is (40,93,99). Sum of RGB (Red+Green+Blue) = 40+93+99=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #285D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D63 is #D7A29C. Grayscale: #4D4D4D. Windows color (decimal): -14131869 or 6511912. OLE color: 6511912.
HSL color Cylindrical-coordinate representation of color #285D63: hue angle of 186.1º 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 #285D63 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 93 | 99 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.61 |
| HSL | 186.1º | 0.42% | 0.27% | - |
| HSV(B) | 186.1º | 0.6% | 0.39% | - |
| XYZ | 7.04 | 9.18 | 13.21 | - |
| YUV | 77.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 99 | 0.60 | 0.06 | 0 | 0.61 | 186.1 | 0.42 | 0.27 |
| Hex | 28 | 5D | 63 | 3C | 6 | 0 | 3D | BA | 2A | 1B |
| Octal | 50 | 135 | 143 | 74 | 6 | 0 | 75 | 272 | 52 | 33 |
| Binary | 101000 | 1011101 | 1100011 | 111100 | 110 | 0 | 111101 | 10111010 | 101010 | 11011 |
Color Harmonies of #285D63
Complementary color
Monochromatic Colors of #285D63
Black with #285D63
Text Example
Text Example
White with #285D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D63; }
p { color: rgb(40,93,99); }
H1.HeaderClassName
{
color: #285D63;
}
.AnyTagClassName
{
color: #285D63;
}
</style>
background-color css
<style>
a { background-color: #285D63; }
a { background-color: rgb(40,93,99); }
div.DivClassName
{
background-color: #285D63;
}
.BgClassName
{
background-color: #285D63;
}
</style>
border-color css
<style>
span { border-color: #285D63; }
span { border-color: rgb(40,93,99); }
td.TdClassName
{
border-color: #285D63;
}
.TagClassName
{
border-color: #285D63;
}
</style>