Shades of Blue Stone #256164
Tints of Blue Stone #256164
RGB
CMYK
RGB Variations
Color information
#256164 (or 0x256164) is known color: Blue Stone. HEX triplet: 25, 61 and 64. RGB value is (37,97,100). Sum of RGB (Red+Green+Blue) = 37+97+100=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #256164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256164 is #DA9E9B. Grayscale: #4F4F4F. Windows color (decimal): -14327452 or 6578469. OLE color: 6578469.
HSL color Cylindrical-coordinate representation of color #256164: hue angle of 182.86º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256164 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 97 | 100 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.61 |
| HSL | 182.86º | 0.46% | 0.27% | - |
| HSV(B) | 182.86º | 0.63% | 0.39% | - |
| XYZ | 7.34 | 9.86 | 13.57 | - |
| YUV | 79.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 100 | 0.63 | 0.03 | 0 | 0.61 | 182.86 | 0.46 | 0.27 |
| Hex | 25 | 61 | 64 | 3F | 3 | 0 | 3D | B7 | 2E | 1B |
| Octal | 45 | 141 | 144 | 77 | 3 | 0 | 75 | 267 | 56 | 33 |
| Binary | 100101 | 1100001 | 1100100 | 111111 | 11 | 0 | 111101 | 10110111 | 101110 | 11011 |
Color Harmonies of #256164
Complementary color
Monochromatic Colors of #256164
Black with #256164
Text Example
Text Example
White with #256164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256164; }
p { color: rgb(37,97,100); }
H1.HeaderClassName
{
color: #256164;
}
.AnyTagClassName
{
color: #256164;
}
</style>
background-color css
<style>
a { background-color: #256164; }
a { background-color: rgb(37,97,100); }
div.DivClassName
{
background-color: #256164;
}
.BgClassName
{
background-color: #256164;
}
</style>
border-color css
<style>
span { border-color: #256164; }
span { border-color: rgb(37,97,100); }
td.TdClassName
{
border-color: #256164;
}
.TagClassName
{
border-color: #256164;
}
</style>