Shades of Blue Stone #256D65
Tints of Blue Stone #256D65
RGB
CMYK
RGB Variations
Color information
#256D65 (or 0x256D65) is known color: Blue Stone. HEX triplet: 25, 6D and 65. RGB value is (37,109,101). Sum of RGB (Red+Green+Blue) = 37+109+101=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #256D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D65 is #DA929A. Grayscale: #565656. Windows color (decimal): -14324379 or 6647077. OLE color: 6647077.
HSL color Cylindrical-coordinate representation of color #256D65: hue angle of 173.33º 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 #256D65 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 101 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.57 |
| HSL | 173.33º | 0.49% | 0.29% | - |
| HSV(B) | 173.33º | 0.66% | 0.43% | - |
| XYZ | 8.58 | 12.27 | 14.23 | - |
| YUV | 86.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 101 | 0.66 | 0 | 0.07 | 0.57 | 173.33 | 0.49 | 0.29 |
| Hex | 25 | 6D | 65 | 42 | 0 | 7 | 39 | AD | 31 | 1D |
| Octal | 45 | 155 | 145 | 102 | 0 | 7 | 71 | 255 | 61 | 35 |
| Binary | 100101 | 1101101 | 1100101 | 1000010 | 0 | 111 | 111001 | 10101101 | 110001 | 11101 |
Color Harmonies of #256D65
Complementary color
Monochromatic Colors of #256D65
Black with #256D65
Text Example
Text Example
White with #256D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D65; }
p { color: rgb(37,109,101); }
H1.HeaderClassName
{
color: #256D65;
}
.AnyTagClassName
{
color: #256D65;
}
</style>
background-color css
<style>
a { background-color: #256D65; }
a { background-color: rgb(37,109,101); }
div.DivClassName
{
background-color: #256D65;
}
.BgClassName
{
background-color: #256D65;
}
</style>
border-color css
<style>
span { border-color: #256D65; }
span { border-color: rgb(37,109,101); }
td.TdClassName
{
border-color: #256D65;
}
.TagClassName
{
border-color: #256D65;
}
</style>