Shades of Blue Stone #255E65
Tints of Blue Stone #255E65
RGB
CMYK
RGB Variations
Color information
#255E65 (or 0x255E65) is known color: Blue Stone. HEX triplet: 25, 5E and 65. RGB value is (37,94,101). Sum of RGB (Red+Green+Blue) = 37+94+101=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #255E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E65 is #DAA19A. Grayscale: #4D4D4D. Windows color (decimal): -14328219 or 6643237. OLE color: 6643237.
HSL color Cylindrical-coordinate representation of color #255E65: hue angle of 186.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255E65 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 94 | 101 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.60 |
| HSL | 186.56º | 0.46% | 0.27% | - |
| HSV(B) | 186.56º | 0.63% | 0.4% | - |
| XYZ | 7.11 | 9.34 | 13.74 | - |
| YUV | 77.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 101 | 0.63 | 0.07 | 0 | 0.60 | 186.56 | 0.46 | 0.27 |
| Hex | 25 | 5E | 65 | 3F | 7 | 0 | 3C | BB | 2E | 1B |
| Octal | 45 | 136 | 145 | 77 | 7 | 0 | 74 | 273 | 56 | 33 |
| Binary | 100101 | 1011110 | 1100101 | 111111 | 111 | 0 | 111100 | 10111011 | 101110 | 11011 |
Color Harmonies of #255E65
Complementary color
Monochromatic Colors of #255E65
Black with #255E65
Text Example
Text Example
White with #255E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E65; }
p { color: rgb(37,94,101); }
H1.HeaderClassName
{
color: #255E65;
}
.AnyTagClassName
{
color: #255E65;
}
</style>
background-color css
<style>
a { background-color: #255E65; }
a { background-color: rgb(37,94,101); }
div.DivClassName
{
background-color: #255E65;
}
.BgClassName
{
background-color: #255E65;
}
</style>
border-color css
<style>
span { border-color: #255E65; }
span { border-color: rgb(37,94,101); }
td.TdClassName
{
border-color: #255E65;
}
.TagClassName
{
border-color: #255E65;
}
</style>