Shades of Blue Stone #256169
Tints of Blue Stone #256169
RGB
CMYK
RGB Variations
Color information
#256169 (or 0x256169) is known color: Blue Stone. HEX triplet: 25, 61 and 69. RGB value is (37,97,105). Sum of RGB (Red+Green+Blue) = 37+97+105=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #256169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256169 is #DA9E96. Grayscale: #4F4F4F. Windows color (decimal): -14327447 or 6906149. OLE color: 6906149.
HSL color Cylindrical-coordinate representation of color #256169: hue angle of 187.06º 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 #256169 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 97 | 105 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.59 |
| HSL | 187.06º | 0.48% | 0.28% | - |
| HSV(B) | 187.06º | 0.65% | 0.41% | - |
| XYZ | 7.59 | 9.96 | 14.89 | - |
| YUV | 79.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 105 | 0.65 | 0.08 | 0 | 0.59 | 187.06 | 0.48 | 0.28 |
| Hex | 25 | 61 | 69 | 41 | 8 | 0 | 3B | BB | 30 | 1C |
| Octal | 45 | 141 | 151 | 101 | 10 | 0 | 73 | 273 | 60 | 34 |
| Binary | 100101 | 1100001 | 1101001 | 1000001 | 1000 | 0 | 111011 | 10111011 | 110000 | 11100 |
Color Harmonies of #256169
Complementary color
Monochromatic Colors of #256169
Black with #256169
Text Example
Text Example
White with #256169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256169; }
p { color: rgb(37,97,105); }
H1.HeaderClassName
{
color: #256169;
}
.AnyTagClassName
{
color: #256169;
}
</style>
background-color css
<style>
a { background-color: #256169; }
a { background-color: rgb(37,97,105); }
div.DivClassName
{
background-color: #256169;
}
.BgClassName
{
background-color: #256169;
}
</style>
border-color css
<style>
span { border-color: #256169; }
span { border-color: rgb(37,97,105); }
td.TdClassName
{
border-color: #256169;
}
.TagClassName
{
border-color: #256169;
}
</style>