Shades of Blue Stone #256D68
Tints of Blue Stone #256D68
RGB
CMYK
RGB Variations
Color information
#256D68 (or 0x256D68) is known color: Blue Stone. HEX triplet: 25, 6D and 68. RGB value is (37,109,104). Sum of RGB (Red+Green+Blue) = 37+109+104=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 109 - color contains mainly: green. Hex color #256D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D68 is #DA9297. Grayscale: #565656. Windows color (decimal): -14324376 or 6843685. OLE color: 6843685.
HSL color Cylindrical-coordinate representation of color #256D68: hue angle of 175.83º 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 #256D68 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 109 | 104 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.57 |
| HSL | 175.83º | 0.49% | 0.29% | - |
| HSV(B) | 175.83º | 0.66% | 0.43% | - |
| XYZ | 8.73 | 12.33 | 15.02 | - |
| YUV | 86.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 104 | 0.66 | 0 | 0.05 | 0.57 | 175.83 | 0.49 | 0.29 |
| Hex | 25 | 6D | 68 | 42 | 0 | 5 | 39 | B0 | 31 | 1D |
| Octal | 45 | 155 | 150 | 102 | 0 | 5 | 71 | 260 | 61 | 35 |
| Binary | 100101 | 1101101 | 1101000 | 1000010 | 0 | 101 | 111001 | 10110000 | 110001 | 11101 |
Color Harmonies of #256D68
Complementary color
Monochromatic Colors of #256D68
Black with #256D68
Text Example
Text Example
White with #256D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D68; }
p { color: rgb(37,109,104); }
H1.HeaderClassName
{
color: #256D68;
}
.AnyTagClassName
{
color: #256D68;
}
</style>
background-color css
<style>
a { background-color: #256D68; }
a { background-color: rgb(37,109,104); }
div.DivClassName
{
background-color: #256D68;
}
.BgClassName
{
background-color: #256D68;
}
</style>
border-color css
<style>
span { border-color: #256D68; }
span { border-color: rgb(37,109,104); }
td.TdClassName
{
border-color: #256D68;
}
.TagClassName
{
border-color: #256D68;
}
</style>