Shades of Blue Stone #256A67
Tints of Blue Stone #256A67
RGB
CMYK
RGB Variations
Color information
#256A67 (or 0x256A67) is known color: Blue Stone. HEX triplet: 25, 6A and 67. RGB value is (37,106,103). Sum of RGB (Red+Green+Blue) = 37+106+103=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #256A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A67 is #DA9598. Grayscale: #545454. Windows color (decimal): -14325145 or 6777381. OLE color: 6777381.
HSL color Cylindrical-coordinate representation of color #256A67: hue angle of 177.39º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256A67 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 106 | 103 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.58 |
| HSL | 177.39º | 0.48% | 0.28% | - |
| HSV(B) | 177.39º | 0.65% | 0.42% | - |
| XYZ | 8.37 | 11.68 | 14.65 | - |
| YUV | 85.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 103 | 0.65 | 0 | 0.03 | 0.58 | 177.39 | 0.48 | 0.28 |
| Hex | 25 | 6A | 67 | 41 | 0 | 3 | 3A | B1 | 30 | 1C |
| Octal | 45 | 152 | 147 | 101 | 0 | 3 | 72 | 261 | 60 | 34 |
| Binary | 100101 | 1101010 | 1100111 | 1000001 | 0 | 11 | 111010 | 10110001 | 110000 | 11100 |
Color Harmonies of #256A67
Complementary color
Monochromatic Colors of #256A67
Black with #256A67
Text Example
Text Example
White with #256A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A67; }
p { color: rgb(37,106,103); }
H1.HeaderClassName
{
color: #256A67;
}
.AnyTagClassName
{
color: #256A67;
}
</style>
background-color css
<style>
a { background-color: #256A67; }
a { background-color: rgb(37,106,103); }
div.DivClassName
{
background-color: #256A67;
}
.BgClassName
{
background-color: #256A67;
}
</style>
border-color css
<style>
span { border-color: #256A67; }
span { border-color: rgb(37,106,103); }
td.TdClassName
{
border-color: #256A67;
}
.TagClassName
{
border-color: #256A67;
}
</style>