Shades of Blue Stone #256463
Tints of Blue Stone #256463
RGB
CMYK
RGB Variations
Color information
#256463 (or 0x256463) is known color: Blue Stone. HEX triplet: 25, 64 and 63. RGB value is (37,100,99). Sum of RGB (Red+Green+Blue) = 37+100+99=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #256463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256463 is #DA9B9C. Grayscale: #505050. Windows color (decimal): -14326685 or 6513701. OLE color: 6513701.
HSL color Cylindrical-coordinate representation of color #256463: hue angle of 179.05º 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 #256463 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 100 | 99 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.61 |
| HSL | 179.05º | 0.46% | 0.27% | - |
| HSV(B) | 179.05º | 0.63% | 0.39% | - |
| XYZ | 7.57 | 10.41 | 13.41 | - |
| YUV | 81.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 99 | 0.63 | 0 | 0.01 | 0.61 | 179.05 | 0.46 | 0.27 |
| Hex | 25 | 64 | 63 | 3F | 0 | 1 | 3D | B3 | 2E | 1B |
| Octal | 45 | 144 | 143 | 77 | 0 | 1 | 75 | 263 | 56 | 33 |
| Binary | 100101 | 1100100 | 1100011 | 111111 | 0 | 1 | 111101 | 10110011 | 101110 | 11011 |
Color Harmonies of #256463
Complementary color
Monochromatic Colors of #256463
Black with #256463
Text Example
Text Example
White with #256463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256463; }
p { color: rgb(37,100,99); }
H1.HeaderClassName
{
color: #256463;
}
.AnyTagClassName
{
color: #256463;
}
</style>
background-color css
<style>
a { background-color: #256463; }
a { background-color: rgb(37,100,99); }
div.DivClassName
{
background-color: #256463;
}
.BgClassName
{
background-color: #256463;
}
</style>
border-color css
<style>
span { border-color: #256463; }
span { border-color: rgb(37,100,99); }
td.TdClassName
{
border-color: #256463;
}
.TagClassName
{
border-color: #256463;
}
</style>