Shades of Blue Stone #256564
Tints of Blue Stone #256564
RGB
CMYK
RGB Variations
Color information
#256564 (or 0x256564) is known color: Blue Stone. HEX triplet: 25, 65 and 64. RGB value is (37,101,100). Sum of RGB (Red+Green+Blue) = 37+101+100=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #256564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256564 is #DA9A9B. Grayscale: #515151. Windows color (decimal): -14326428 or 6579493. OLE color: 6579493.
HSL color Cylindrical-coordinate representation of color #256564: hue angle of 179.06º 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 #256564 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 100 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.60 |
| HSL | 179.06º | 0.46% | 0.27% | - |
| HSV(B) | 179.06º | 0.63% | 0.4% | - |
| XYZ | 7.72 | 10.62 | 13.7 | - |
| YUV | 81.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 100 | 0.63 | 0 | 0.01 | 0.60 | 179.06 | 0.46 | 0.27 |
| Hex | 25 | 65 | 64 | 3F | 0 | 1 | 3C | B3 | 2E | 1B |
| Octal | 45 | 145 | 144 | 77 | 0 | 1 | 74 | 263 | 56 | 33 |
| Binary | 100101 | 1100101 | 1100100 | 111111 | 0 | 1 | 111100 | 10110011 | 101110 | 11011 |
Color Harmonies of #256564
Complementary color
Monochromatic Colors of #256564
Black with #256564
Text Example
Text Example
White with #256564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256564; }
p { color: rgb(37,101,100); }
H1.HeaderClassName
{
color: #256564;
}
.AnyTagClassName
{
color: #256564;
}
</style>
background-color css
<style>
a { background-color: #256564; }
a { background-color: rgb(37,101,100); }
div.DivClassName
{
background-color: #256564;
}
.BgClassName
{
background-color: #256564;
}
</style>
border-color css
<style>
span { border-color: #256564; }
span { border-color: rgb(37,101,100); }
td.TdClassName
{
border-color: #256564;
}
.TagClassName
{
border-color: #256564;
}
</style>