Shades of Blue Stone #256461
Tints of Blue Stone #256461
RGB
CMYK
RGB Variations
Color information
#256461 (or 0x256461) is known color: Blue Stone. HEX triplet: 25, 64 and 61. RGB value is (37,100,97). Sum of RGB (Red+Green+Blue) = 37+100+97=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #256461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256461 is #DA9B9E. Grayscale: #505050. Windows color (decimal): -14326687 or 6382629. OLE color: 6382629.
HSL color Cylindrical-coordinate representation of color #256461: hue angle of 177.14º 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 #256461 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 100 | 97 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.61 |
| HSL | 177.14º | 0.46% | 0.27% | - |
| HSV(B) | 177.14º | 0.63% | 0.39% | - |
| XYZ | 7.48 | 10.37 | 12.92 | - |
| YUV | 80.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 97 | 0.63 | 0 | 0.03 | 0.61 | 177.14 | 0.46 | 0.27 |
| Hex | 25 | 64 | 61 | 3F | 0 | 3 | 3D | B1 | 2E | 1B |
| Octal | 45 | 144 | 141 | 77 | 0 | 3 | 75 | 261 | 56 | 33 |
| Binary | 100101 | 1100100 | 1100001 | 111111 | 0 | 11 | 111101 | 10110001 | 101110 | 11011 |
Color Harmonies of #256461
Complementary color
Monochromatic Colors of #256461
Black with #256461
Text Example
Text Example
White with #256461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256461; }
p { color: rgb(37,100,97); }
H1.HeaderClassName
{
color: #256461;
}
.AnyTagClassName
{
color: #256461;
}
</style>
background-color css
<style>
a { background-color: #256461; }
a { background-color: rgb(37,100,97); }
div.DivClassName
{
background-color: #256461;
}
.BgClassName
{
background-color: #256461;
}
</style>
border-color css
<style>
span { border-color: #256461; }
span { border-color: rgb(37,100,97); }
td.TdClassName
{
border-color: #256461;
}
.TagClassName
{
border-color: #256461;
}
</style>