Shades of Blue Stone #285C61
Tints of Blue Stone #285C61
RGB
CMYK
RGB Variations
Color information
#285C61 (or 0x285C61) is known color: Blue Stone. HEX triplet: 28, 5C and 61. RGB value is (40,92,97). Sum of RGB (Red+Green+Blue) = 40+92+97=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #285C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C61 is #D7A39E. Grayscale: #4C4C4C. Windows color (decimal): -14132127 or 6380584. OLE color: 6380584.
HSL color Cylindrical-coordinate representation of color #285C61: hue angle of 185.26º 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 #285C61 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 92 | 97 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.62 |
| HSL | 185.26º | 0.42% | 0.27% | - |
| HSV(B) | 185.26º | 0.59% | 0.38% | - |
| XYZ | 6.86 | 8.97 | 12.68 | - |
| YUV | 77.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 97 | 0.59 | 0.05 | 0 | 0.62 | 185.26 | 0.42 | 0.27 |
| Hex | 28 | 5C | 61 | 3B | 5 | 0 | 3E | B9 | 2A | 1B |
| Octal | 50 | 134 | 141 | 73 | 5 | 0 | 76 | 271 | 52 | 33 |
| Binary | 101000 | 1011100 | 1100001 | 111011 | 101 | 0 | 111110 | 10111001 | 101010 | 11011 |
Color Harmonies of #285C61
Complementary color
Monochromatic Colors of #285C61
Black with #285C61
Text Example
Text Example
White with #285C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C61; }
p { color: rgb(40,92,97); }
H1.HeaderClassName
{
color: #285C61;
}
.AnyTagClassName
{
color: #285C61;
}
</style>
background-color css
<style>
a { background-color: #285C61; }
a { background-color: rgb(40,92,97); }
div.DivClassName
{
background-color: #285C61;
}
.BgClassName
{
background-color: #285C61;
}
</style>
border-color css
<style>
span { border-color: #285C61; }
span { border-color: rgb(40,92,97); }
td.TdClassName
{
border-color: #285C61;
}
.TagClassName
{
border-color: #285C61;
}
</style>