Shades of Blue Stone #256868
Tints of Blue Stone #256868
RGB
CMYK
RGB Variations
Color information
#256868 (or 0x256868) is known color: Blue Stone. HEX triplet: 25, 68 and 68. RGB value is (37,104,104). Sum of RGB (Red+Green+Blue) = 37+104+104=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #256868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256868 is #DA9797. Grayscale: #535353. Windows color (decimal): -14325656 or 6842405. OLE color: 6842405.
HSL color Cylindrical-coordinate representation of color #256868: hue angle of 180º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256868 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 104 | 104 | - |
| CMYK | 0.64 | 0 | 0 | 0.59 |
| HSL | 180º | 0.48% | 0.28% | - |
| HSV(B) | 180º | 0.64% | 0.41% | - |
| XYZ | 8.21 | 11.29 | 14.84 | - |
| YUV | 83.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 104 | 0.64 | 0 | 0 | 0.59 | 180 | 0.48 | 0.28 |
| Hex | 25 | 68 | 68 | 40 | 0 | 0 | 3B | B4 | 30 | 1C |
| Octal | 45 | 150 | 150 | 100 | 0 | 0 | 73 | 264 | 60 | 34 |
| Binary | 100101 | 1101000 | 1101000 | 1000000 | 0 | 0 | 111011 | 10110100 | 110000 | 11100 |
Color Harmonies of #256868
Complementary color
Monochromatic Colors of #256868
Black with #256868
Text Example
Text Example
White with #256868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256868; }
p { color: rgb(37,104,104); }
H1.HeaderClassName
{
color: #256868;
}
.AnyTagClassName
{
color: #256868;
}
</style>
background-color css
<style>
a { background-color: #256868; }
a { background-color: rgb(37,104,104); }
div.DivClassName
{
background-color: #256868;
}
.BgClassName
{
background-color: #256868;
}
</style>
border-color css
<style>
span { border-color: #256868; }
span { border-color: rgb(37,104,104); }
td.TdClassName
{
border-color: #256868;
}
.TagClassName
{
border-color: #256868;
}
</style>