Shades of Blue Stone #256460
Tints of Blue Stone #256460
RGB
CMYK
RGB Variations
Color information
#256460 (or 0x256460) is known color: Blue Stone. HEX triplet: 25, 64 and 60. RGB value is (37,100,96). Sum of RGB (Red+Green+Blue) = 37+100+96=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #256460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256460 is #DA9B9F. Grayscale: #505050. Windows color (decimal): -14326688 or 6317093. OLE color: 6317093.
HSL color Cylindrical-coordinate representation of color #256460: hue angle of 176.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256460 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 100 | 96 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.61 |
| HSL | 176.19º | 0.46% | 0.27% | - |
| HSV(B) | 176.19º | 0.63% | 0.39% | - |
| XYZ | 7.43 | 10.35 | 12.67 | - |
| YUV | 80.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 96 | 0.63 | 0 | 0.04 | 0.61 | 176.19 | 0.46 | 0.27 |
| Hex | 25 | 64 | 60 | 3F | 0 | 4 | 3D | B0 | 2E | 1B |
| Octal | 45 | 144 | 140 | 77 | 0 | 4 | 75 | 260 | 56 | 33 |
| Binary | 100101 | 1100100 | 1100000 | 111111 | 0 | 100 | 111101 | 10110000 | 101110 | 11011 |
Color Harmonies of #256460
Complementary color
Monochromatic Colors of #256460
Black with #256460
Text Example
Text Example
White with #256460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256460; }
p { color: rgb(37,100,96); }
H1.HeaderClassName
{
color: #256460;
}
.AnyTagClassName
{
color: #256460;
}
</style>
background-color css
<style>
a { background-color: #256460; }
a { background-color: rgb(37,100,96); }
div.DivClassName
{
background-color: #256460;
}
.BgClassName
{
background-color: #256460;
}
</style>
border-color css
<style>
span { border-color: #256460; }
span { border-color: rgb(37,100,96); }
td.TdClassName
{
border-color: #256460;
}
.TagClassName
{
border-color: #256460;
}
</style>