Shades of Blue Stone #256662
Tints of Blue Stone #256662
RGB
CMYK
RGB Variations
Color information
#256662 (or 0x256662) is known color: Blue Stone. HEX triplet: 25, 66 and 62. RGB value is (37,102,98). Sum of RGB (Red+Green+Blue) = 37+102+98=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #256662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256662 is #DA999D. Grayscale: #525252. Windows color (decimal): -14326174 or 6448677. OLE color: 6448677.
HSL color Cylindrical-coordinate representation of color #256662: hue angle of 176.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256662 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 102 | 98 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.6 |
| HSL | 176.31º | 0.47% | 0.27% | - |
| HSV(B) | 176.31º | 0.64% | 0.4% | - |
| XYZ | 7.72 | 10.78 | 13.23 | - |
| YUV | 82.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 98 | 0.64 | 0 | 0.04 | 0.6 | 176.31 | 0.47 | 0.27 |
| Hex | 25 | 66 | 62 | 40 | 0 | 4 | 3C | B0 | 2F | 1B |
| Octal | 45 | 146 | 142 | 100 | 0 | 4 | 74 | 260 | 57 | 33 |
| Binary | 100101 | 1100110 | 1100010 | 1000000 | 0 | 100 | 111100 | 10110000 | 101111 | 11011 |
Color Harmonies of #256662
Complementary color
Monochromatic Colors of #256662
Black with #256662
Text Example
Text Example
White with #256662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256662; }
p { color: rgb(37,102,98); }
H1.HeaderClassName
{
color: #256662;
}
.AnyTagClassName
{
color: #256662;
}
</style>
background-color css
<style>
a { background-color: #256662; }
a { background-color: rgb(37,102,98); }
div.DivClassName
{
background-color: #256662;
}
.BgClassName
{
background-color: #256662;
}
</style>
border-color css
<style>
span { border-color: #256662; }
span { border-color: rgb(37,102,98); }
td.TdClassName
{
border-color: #256662;
}
.TagClassName
{
border-color: #256662;
}
</style>