Shades of Blue Stone #256869
Tints of Blue Stone #256869
RGB
CMYK
RGB Variations
Color information
#256869 (or 0x256869) is known color: Blue Stone. HEX triplet: 25, 68 and 69. RGB value is (37,104,105). Sum of RGB (Red+Green+Blue) = 37+104+105=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #256869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256869 is #DA9796. Grayscale: #545454. Windows color (decimal): -14325655 or 6907941. OLE color: 6907941.
HSL color Cylindrical-coordinate representation of color #256869: hue angle of 180.88º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256869 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 104 | 105 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.59 |
| HSL | 180.88º | 0.48% | 0.28% | - |
| HSV(B) | 180.88º | 0.65% | 0.41% | - |
| XYZ | 8.26 | 11.31 | 15.11 | - |
| YUV | 84.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 105 | 0.65 | 0.01 | 0 | 0.59 | 180.88 | 0.48 | 0.28 |
| Hex | 25 | 68 | 69 | 41 | 1 | 0 | 3B | B5 | 30 | 1C |
| Octal | 45 | 150 | 151 | 101 | 1 | 0 | 73 | 265 | 60 | 34 |
| Binary | 100101 | 1101000 | 1101001 | 1000001 | 1 | 0 | 111011 | 10110101 | 110000 | 11100 |
Color Harmonies of #256869
Complementary color
Monochromatic Colors of #256869
Black with #256869
Text Example
Text Example
White with #256869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256869; }
p { color: rgb(37,104,105); }
H1.HeaderClassName
{
color: #256869;
}
.AnyTagClassName
{
color: #256869;
}
</style>
background-color css
<style>
a { background-color: #256869; }
a { background-color: rgb(37,104,105); }
div.DivClassName
{
background-color: #256869;
}
.BgClassName
{
background-color: #256869;
}
</style>
border-color css
<style>
span { border-color: #256869; }
span { border-color: rgb(37,104,105); }
td.TdClassName
{
border-color: #256869;
}
.TagClassName
{
border-color: #256869;
}
</style>