Shades of Blue Stone #256560
Tints of Blue Stone #256560
RGB
CMYK
RGB Variations
Color information
#256560 (or 0x256560) is known color: Blue Stone. HEX triplet: 25, 65 and 60. RGB value is (37,101,96). Sum of RGB (Red+Green+Blue) = 37+101+96=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #256560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256560 is #DA9A9F. Grayscale: #515151. Windows color (decimal): -14326432 or 6317349. OLE color: 6317349.
HSL color Cylindrical-coordinate representation of color #256560: hue angle of 175.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256560 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 96 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.60 |
| HSL | 175.31º | 0.46% | 0.27% | - |
| HSV(B) | 175.31º | 0.63% | 0.4% | - |
| XYZ | 7.53 | 10.55 | 12.71 | - |
| YUV | 81.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 96 | 0.63 | 0 | 0.05 | 0.60 | 175.31 | 0.46 | 0.27 |
| Hex | 25 | 65 | 60 | 3F | 0 | 5 | 3C | AF | 2E | 1B |
| Octal | 45 | 145 | 140 | 77 | 0 | 5 | 74 | 257 | 56 | 33 |
| Binary | 100101 | 1100101 | 1100000 | 111111 | 0 | 101 | 111100 | 10101111 | 101110 | 11011 |
Color Harmonies of #256560
Complementary color
Monochromatic Colors of #256560
Black with #256560
Text Example
Text Example
White with #256560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256560; }
p { color: rgb(37,101,96); }
H1.HeaderClassName
{
color: #256560;
}
.AnyTagClassName
{
color: #256560;
}
</style>
background-color css
<style>
a { background-color: #256560; }
a { background-color: rgb(37,101,96); }
div.DivClassName
{
background-color: #256560;
}
.BgClassName
{
background-color: #256560;
}
</style>
border-color css
<style>
span { border-color: #256560; }
span { border-color: rgb(37,101,96); }
td.TdClassName
{
border-color: #256560;
}
.TagClassName
{
border-color: #256560;
}
</style>