Shades of Blue Stone #255A61
Tints of Blue Stone #255A61
RGB
CMYK
RGB Variations
Color information
#255A61 (or 0x255A61) is known color: Blue Stone. HEX triplet: 25, 5A and 61. RGB value is (37,90,97). Sum of RGB (Red+Green+Blue) = 37+90+97=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #255A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A61 is #DAA59E. Grayscale: #4A4A4A. Windows color (decimal): -14329247 or 6380069. OLE color: 6380069.
HSL color Cylindrical-coordinate representation of color #255A61: hue angle of 187º 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 #255A61 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 90 | 97 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.62 |
| HSL | 187º | 0.45% | 0.26% | - |
| HSV(B) | 187º | 0.62% | 0.38% | - |
| XYZ | 6.58 | 8.57 | 12.62 | - |
| YUV | 74.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 97 | 0.62 | 0.07 | 0 | 0.62 | 187 | 0.45 | 0.26 |
| Hex | 25 | 5A | 61 | 3E | 7 | 0 | 3E | BB | 2D | 1A |
| Octal | 45 | 132 | 141 | 76 | 7 | 0 | 76 | 273 | 55 | 32 |
| Binary | 100101 | 1011010 | 1100001 | 111110 | 111 | 0 | 111110 | 10111011 | 101101 | 11010 |
Color Harmonies of #255A61
Complementary color
Monochromatic Colors of #255A61
Black with #255A61
Text Example
Text Example
White with #255A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A61; }
p { color: rgb(37,90,97); }
H1.HeaderClassName
{
color: #255A61;
}
.AnyTagClassName
{
color: #255A61;
}
</style>
background-color css
<style>
a { background-color: #255A61; }
a { background-color: rgb(37,90,97); }
div.DivClassName
{
background-color: #255A61;
}
.BgClassName
{
background-color: #255A61;
}
</style>
border-color css
<style>
span { border-color: #255A61; }
span { border-color: rgb(37,90,97); }
td.TdClassName
{
border-color: #255A61;
}
.TagClassName
{
border-color: #255A61;
}
</style>