Shades of Blue Stone #256166
Tints of Blue Stone #256166
RGB
CMYK
RGB Variations
Color information
#256166 (or 0x256166) is known color: Blue Stone. HEX triplet: 25, 61 and 66. RGB value is (37,97,102). Sum of RGB (Red+Green+Blue) = 37+97+102=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #256166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256166 is #DA9E99. Grayscale: #4F4F4F. Windows color (decimal): -14327450 or 6709541. OLE color: 6709541.
HSL color Cylindrical-coordinate representation of color #256166: hue angle of 184.62º 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 #256166 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 97 | 102 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.6 |
| HSL | 184.62º | 0.47% | 0.27% | - |
| HSV(B) | 184.62º | 0.64% | 0.4% | - |
| XYZ | 7.44 | 9.9 | 14.09 | - |
| YUV | 79.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 102 | 0.64 | 0.05 | 0 | 0.6 | 184.62 | 0.47 | 0.27 |
| Hex | 25 | 61 | 66 | 40 | 5 | 0 | 3C | B9 | 2F | 1B |
| Octal | 45 | 141 | 146 | 100 | 5 | 0 | 74 | 271 | 57 | 33 |
| Binary | 100101 | 1100001 | 1100110 | 1000000 | 101 | 0 | 111100 | 10111001 | 101111 | 11011 |
Color Harmonies of #256166
Complementary color
Monochromatic Colors of #256166
Black with #256166
Text Example
Text Example
White with #256166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256166; }
p { color: rgb(37,97,102); }
H1.HeaderClassName
{
color: #256166;
}
.AnyTagClassName
{
color: #256166;
}
</style>
background-color css
<style>
a { background-color: #256166; }
a { background-color: rgb(37,97,102); }
div.DivClassName
{
background-color: #256166;
}
.BgClassName
{
background-color: #256166;
}
</style>
border-color css
<style>
span { border-color: #256166; }
span { border-color: rgb(37,97,102); }
td.TdClassName
{
border-color: #256166;
}
.TagClassName
{
border-color: #256166;
}
</style>