Shades of Blue Stone #256068
Tints of Blue Stone #256068
RGB
CMYK
RGB Variations
Color information
#256068 (or 0x256068) is known color: Blue Stone. HEX triplet: 25, 60 and 68. RGB value is (37,96,104). Sum of RGB (Red+Green+Blue) = 37+96+104=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #256068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256068 is #DA9F97. Grayscale: #4F4F4F. Windows color (decimal): -14327704 or 6840357. OLE color: 6840357.
HSL color Cylindrical-coordinate representation of color #256068: hue angle of 187.16º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256068 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 96 | 104 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.59 |
| HSL | 187.16º | 0.48% | 0.28% | - |
| HSV(B) | 187.16º | 0.64% | 0.41% | - |
| XYZ | 7.44 | 9.76 | 14.59 | - |
| YUV | 79.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 104 | 0.64 | 0.08 | 0 | 0.59 | 187.16 | 0.48 | 0.28 |
| Hex | 25 | 60 | 68 | 40 | 8 | 0 | 3B | BB | 30 | 1C |
| Octal | 45 | 140 | 150 | 100 | 10 | 0 | 73 | 273 | 60 | 34 |
| Binary | 100101 | 1100000 | 1101000 | 1000000 | 1000 | 0 | 111011 | 10111011 | 110000 | 11100 |
Color Harmonies of #256068
Complementary color
Monochromatic Colors of #256068
Black with #256068
Text Example
Text Example
White with #256068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256068; }
p { color: rgb(37,96,104); }
H1.HeaderClassName
{
color: #256068;
}
.AnyTagClassName
{
color: #256068;
}
</style>
background-color css
<style>
a { background-color: #256068; }
a { background-color: rgb(37,96,104); }
div.DivClassName
{
background-color: #256068;
}
.BgClassName
{
background-color: #256068;
}
</style>
border-color css
<style>
span { border-color: #256068; }
span { border-color: rgb(37,96,104); }
td.TdClassName
{
border-color: #256068;
}
.TagClassName
{
border-color: #256068;
}
</style>