Shades of Blue Stone #256C67
Tints of Blue Stone #256C67
RGB
CMYK
RGB Variations
Color information
#256C67 (or 0x256C67) is known color: Blue Stone. HEX triplet: 25, 6C and 67. RGB value is (37,108,103). Sum of RGB (Red+Green+Blue) = 37+108+103=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #256C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C67 is #DA9398. Grayscale: #565656. Windows color (decimal): -14324633 or 6777893. OLE color: 6777893.
HSL color Cylindrical-coordinate representation of color #256C67: hue angle of 175.77º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C67 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 103 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.58 |
| HSL | 175.77º | 0.49% | 0.28% | - |
| HSV(B) | 175.77º | 0.66% | 0.42% | - |
| XYZ | 8.57 | 12.1 | 14.72 | - |
| YUV | 86.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 103 | 0.66 | 0 | 0.05 | 0.58 | 175.77 | 0.49 | 0.28 |
| Hex | 25 | 6C | 67 | 42 | 0 | 5 | 3A | B0 | 31 | 1C |
| Octal | 45 | 154 | 147 | 102 | 0 | 5 | 72 | 260 | 61 | 34 |
| Binary | 100101 | 1101100 | 1100111 | 1000010 | 0 | 101 | 111010 | 10110000 | 110001 | 11100 |
Color Harmonies of #256C67
Complementary color
Monochromatic Colors of #256C67
Black with #256C67
Text Example
Text Example
White with #256C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C67; }
p { color: rgb(37,108,103); }
H1.HeaderClassName
{
color: #256C67;
}
.AnyTagClassName
{
color: #256C67;
}
</style>
background-color css
<style>
a { background-color: #256C67; }
a { background-color: rgb(37,108,103); }
div.DivClassName
{
background-color: #256C67;
}
.BgClassName
{
background-color: #256C67;
}
</style>
border-color css
<style>
span { border-color: #256C67; }
span { border-color: rgb(37,108,103); }
td.TdClassName
{
border-color: #256C67;
}
.TagClassName
{
border-color: #256C67;
}
</style>