Shades of Blue Stone #256268
Tints of Blue Stone #256268
RGB
CMYK
RGB Variations
Color information
#256268 (or 0x256268) is known color: Blue Stone. HEX triplet: 25, 62 and 68. RGB value is (37,98,104). Sum of RGB (Red+Green+Blue) = 37+98+104=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #256268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256268 is #DA9D97. Grayscale: #505050. Windows color (decimal): -14327192 or 6840869. OLE color: 6840869.
HSL color Cylindrical-coordinate representation of color #256268: hue angle of 185.37º 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 #256268 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 98 | 104 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.59 |
| HSL | 185.37º | 0.48% | 0.28% | - |
| HSV(B) | 185.37º | 0.64% | 0.41% | - |
| XYZ | 7.63 | 10.13 | 14.65 | - |
| YUV | 80.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 104 | 0.64 | 0.06 | 0 | 0.59 | 185.37 | 0.48 | 0.28 |
| Hex | 25 | 62 | 68 | 40 | 6 | 0 | 3B | B9 | 30 | 1C |
| Octal | 45 | 142 | 150 | 100 | 6 | 0 | 73 | 271 | 60 | 34 |
| Binary | 100101 | 1100010 | 1101000 | 1000000 | 110 | 0 | 111011 | 10111001 | 110000 | 11100 |
Color Harmonies of #256268
Complementary color
Monochromatic Colors of #256268
Black with #256268
Text Example
Text Example
White with #256268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256268; }
p { color: rgb(37,98,104); }
H1.HeaderClassName
{
color: #256268;
}
.AnyTagClassName
{
color: #256268;
}
</style>
background-color css
<style>
a { background-color: #256268; }
a { background-color: rgb(37,98,104); }
div.DivClassName
{
background-color: #256268;
}
.BgClassName
{
background-color: #256268;
}
</style>
border-color css
<style>
span { border-color: #256268; }
span { border-color: rgb(37,98,104); }
td.TdClassName
{
border-color: #256268;
}
.TagClassName
{
border-color: #256268;
}
</style>