Shades of Blue Stone #256168
Tints of Blue Stone #256168
RGB
CMYK
RGB Variations
Color information
#256168 (or 0x256168) is known color: Blue Stone. HEX triplet: 25, 61 and 68. RGB value is (37,97,104). Sum of RGB (Red+Green+Blue) = 37+97+104=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #256168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256168 is #DA9E97. Grayscale: #4F4F4F. Windows color (decimal): -14327448 or 6840613. OLE color: 6840613.
HSL color Cylindrical-coordinate representation of color #256168: hue angle of 186.27º 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 #256168 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 97 | 104 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.59 |
| HSL | 186.27º | 0.48% | 0.28% | - |
| HSV(B) | 186.27º | 0.64% | 0.41% | - |
| XYZ | 7.54 | 9.94 | 14.62 | - |
| YUV | 79.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 104 | 0.64 | 0.07 | 0 | 0.59 | 186.27 | 0.48 | 0.28 |
| Hex | 25 | 61 | 68 | 40 | 7 | 0 | 3B | BA | 30 | 1C |
| Octal | 45 | 141 | 150 | 100 | 7 | 0 | 73 | 272 | 60 | 34 |
| Binary | 100101 | 1100001 | 1101000 | 1000000 | 111 | 0 | 111011 | 10111010 | 110000 | 11100 |
Color Harmonies of #256168
Complementary color
Monochromatic Colors of #256168
Black with #256168
Text Example
Text Example
White with #256168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256168; }
p { color: rgb(37,97,104); }
H1.HeaderClassName
{
color: #256168;
}
.AnyTagClassName
{
color: #256168;
}
</style>
background-color css
<style>
a { background-color: #256168; }
a { background-color: rgb(37,97,104); }
div.DivClassName
{
background-color: #256168;
}
.BgClassName
{
background-color: #256168;
}
</style>
border-color css
<style>
span { border-color: #256168; }
span { border-color: rgb(37,97,104); }
td.TdClassName
{
border-color: #256168;
}
.TagClassName
{
border-color: #256168;
}
</style>