Shades of Blue Stone #256D66
Tints of Blue Stone #256D66
RGB
CMYK
RGB Variations
Color information
#256D66 (or 0x256D66) is known color: Blue Stone. HEX triplet: 25, 6D and 66. RGB value is (37,109,102). Sum of RGB (Red+Green+Blue) = 37+109+102=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #256D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D66 is #DA9299. Grayscale: #565656. Windows color (decimal): -14324378 or 6712613. OLE color: 6712613.
HSL color Cylindrical-coordinate representation of color #256D66: hue angle of 174.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256D66 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 102 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.57 |
| HSL | 174.17º | 0.49% | 0.29% | - |
| HSV(B) | 174.17º | 0.66% | 0.43% | - |
| XYZ | 8.63 | 12.29 | 14.49 | - |
| YUV | 86.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 102 | 0.66 | 0 | 0.06 | 0.57 | 174.17 | 0.49 | 0.29 |
| Hex | 25 | 6D | 66 | 42 | 0 | 6 | 39 | AE | 31 | 1D |
| Octal | 45 | 155 | 146 | 102 | 0 | 6 | 71 | 256 | 61 | 35 |
| Binary | 100101 | 1101101 | 1100110 | 1000010 | 0 | 110 | 111001 | 10101110 | 110001 | 11101 |
Color Harmonies of #256D66
Complementary color
Monochromatic Colors of #256D66
Black with #256D66
Text Example
Text Example
White with #256D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D66; }
p { color: rgb(37,109,102); }
H1.HeaderClassName
{
color: #256D66;
}
.AnyTagClassName
{
color: #256D66;
}
</style>
background-color css
<style>
a { background-color: #256D66; }
a { background-color: rgb(37,109,102); }
div.DivClassName
{
background-color: #256D66;
}
.BgClassName
{
background-color: #256D66;
}
</style>
border-color css
<style>
span { border-color: #256D66; }
span { border-color: rgb(37,109,102); }
td.TdClassName
{
border-color: #256D66;
}
.TagClassName
{
border-color: #256D66;
}
</style>