Shades of Blue Stone #256A68
Tints of Blue Stone #256A68
RGB
CMYK
RGB Variations
Color information
#256A68 (or 0x256A68) is known color: Blue Stone. HEX triplet: 25, 6A and 68. RGB value is (37,106,104). Sum of RGB (Red+Green+Blue) = 37+106+104=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #256A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A68 is #DA9597. Grayscale: #555555. Windows color (decimal): -14325144 or 6842917. OLE color: 6842917.
HSL color Cylindrical-coordinate representation of color #256A68: hue angle of 178.26º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256A68 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 106 | 104 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.58 |
| HSL | 178.26º | 0.48% | 0.28% | - |
| HSV(B) | 178.26º | 0.65% | 0.42% | - |
| XYZ | 8.42 | 11.7 | 14.91 | - |
| YUV | 85.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 104 | 0.65 | 0 | 0.02 | 0.58 | 178.26 | 0.48 | 0.28 |
| Hex | 25 | 6A | 68 | 41 | 0 | 2 | 3A | B2 | 30 | 1C |
| Octal | 45 | 152 | 150 | 101 | 0 | 2 | 72 | 262 | 60 | 34 |
| Binary | 100101 | 1101010 | 1101000 | 1000001 | 0 | 10 | 111010 | 10110010 | 110000 | 11100 |
Color Harmonies of #256A68
Complementary color
Monochromatic Colors of #256A68
Black with #256A68
Text Example
Text Example
White with #256A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A68; }
p { color: rgb(37,106,104); }
H1.HeaderClassName
{
color: #256A68;
}
.AnyTagClassName
{
color: #256A68;
}
</style>
background-color css
<style>
a { background-color: #256A68; }
a { background-color: rgb(37,106,104); }
div.DivClassName
{
background-color: #256A68;
}
.BgClassName
{
background-color: #256A68;
}
</style>
border-color css
<style>
span { border-color: #256A68; }
span { border-color: rgb(37,106,104); }
td.TdClassName
{
border-color: #256A68;
}
.TagClassName
{
border-color: #256A68;
}
</style>