Shades of Blue Stone #255D61
Tints of Blue Stone #255D61
RGB
CMYK
RGB Variations
Color information
#255D61 (or 0x255D61) is known color: Blue Stone. HEX triplet: 25, 5D and 61. RGB value is (37,93,97). Sum of RGB (Red+Green+Blue) = 37+93+97=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #255D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D61 is #DAA29E. Grayscale: #4C4C4C. Windows color (decimal): -14328479 or 6380837. OLE color: 6380837.
HSL color Cylindrical-coordinate representation of color #255D61: hue angle of 184º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #255D61 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 93 | 97 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.62 |
| HSL | 184º | 0.45% | 0.26% | - |
| HSV(B) | 184º | 0.62% | 0.38% | - |
| XYZ | 6.83 | 9.09 | 12.7 | - |
| YUV | 76.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 97 | 0.62 | 0.04 | 0 | 0.62 | 184 | 0.45 | 0.26 |
| Hex | 25 | 5D | 61 | 3E | 4 | 0 | 3E | B8 | 2D | 1A |
| Octal | 45 | 135 | 141 | 76 | 4 | 0 | 76 | 270 | 55 | 32 |
| Binary | 100101 | 1011101 | 1100001 | 111110 | 100 | 0 | 111110 | 10111000 | 101101 | 11010 |
Color Harmonies of #255D61
Complementary color
Monochromatic Colors of #255D61
Black with #255D61
Text Example
Text Example
White with #255D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D61; }
p { color: rgb(37,93,97); }
H1.HeaderClassName
{
color: #255D61;
}
.AnyTagClassName
{
color: #255D61;
}
</style>
background-color css
<style>
a { background-color: #255D61; }
a { background-color: rgb(37,93,97); }
div.DivClassName
{
background-color: #255D61;
}
.BgClassName
{
background-color: #255D61;
}
</style>
border-color css
<style>
span { border-color: #255D61; }
span { border-color: rgb(37,93,97); }
td.TdClassName
{
border-color: #255D61;
}
.TagClassName
{
border-color: #255D61;
}
</style>