Shades of Blue Stone #255E61
Tints of Blue Stone #255E61
RGB
CMYK
RGB Variations
Color information
#255E61 (or 0x255E61) is known color: Blue Stone. HEX triplet: 25, 5E and 61. RGB value is (37,94,97). Sum of RGB (Red+Green+Blue) = 37+94+97=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #255E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E61 is #DAA19E. Grayscale: #4D4D4D. Windows color (decimal): -14328223 or 6381093. OLE color: 6381093.
HSL color Cylindrical-coordinate representation of color #255E61: hue angle of 183º 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 #255E61 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 94 | 97 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.62 |
| HSL | 183º | 0.45% | 0.26% | - |
| HSV(B) | 183º | 0.62% | 0.38% | - |
| XYZ | 6.92 | 9.26 | 12.73 | - |
| YUV | 77.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 97 | 0.62 | 0.03 | 0 | 0.62 | 183 | 0.45 | 0.26 |
| Hex | 25 | 5E | 61 | 3E | 3 | 0 | 3E | B7 | 2D | 1A |
| Octal | 45 | 136 | 141 | 76 | 3 | 0 | 76 | 267 | 55 | 32 |
| Binary | 100101 | 1011110 | 1100001 | 111110 | 11 | 0 | 111110 | 10110111 | 101101 | 11010 |
Color Harmonies of #255E61
Complementary color
Monochromatic Colors of #255E61
Black with #255E61
Text Example
Text Example
White with #255E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E61; }
p { color: rgb(37,94,97); }
H1.HeaderClassName
{
color: #255E61;
}
.AnyTagClassName
{
color: #255E61;
}
</style>
background-color css
<style>
a { background-color: #255E61; }
a { background-color: rgb(37,94,97); }
div.DivClassName
{
background-color: #255E61;
}
.BgClassName
{
background-color: #255E61;
}
</style>
border-color css
<style>
span { border-color: #255E61; }
span { border-color: rgb(37,94,97); }
td.TdClassName
{
border-color: #255E61;
}
.TagClassName
{
border-color: #255E61;
}
</style>