Shades of Blue Stone #25605E
Tints of Blue Stone #25605E
RGB
CMYK
RGB Variations
Color information
#25605E (or 0x25605E) is known color: Blue Stone. HEX triplet: 25, 60 and 5E. RGB value is (37,96,94). Sum of RGB (Red+Green+Blue) = 37+96+94=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #25605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25605E is #DA9FA1. Grayscale: #4E4E4E. Windows color (decimal): -14327714 or 6184997. OLE color: 6184997.
HSL color Cylindrical-coordinate representation of color #25605E: hue angle of 177.97º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25605E is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 94 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.62 |
| HSL | 177.97º | 0.44% | 0.26% | - |
| HSV(B) | 177.97º | 0.61% | 0.38% | - |
| XYZ | 6.97 | 9.57 | 12.07 | - |
| YUV | 78.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 94 | 0.61 | 0 | 0.02 | 0.62 | 177.97 | 0.44 | 0.26 |
| Hex | 25 | 60 | 5E | 3D | 0 | 2 | 3E | B2 | 2C | 1A |
| Octal | 45 | 140 | 136 | 75 | 0 | 2 | 76 | 262 | 54 | 32 |
| Binary | 100101 | 1100000 | 1011110 | 111101 | 0 | 10 | 111110 | 10110010 | 101100 | 11010 |
Color Harmonies of #25605E
Complementary color
Monochromatic Colors of #25605E
Black with #25605E
Text Example
Text Example
White with #25605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25605E; }
p { color: rgb(37,96,94); }
H1.HeaderClassName
{
color: #25605E;
}
.AnyTagClassName
{
color: #25605E;
}
</style>
background-color css
<style>
a { background-color: #25605E; }
a { background-color: rgb(37,96,94); }
div.DivClassName
{
background-color: #25605E;
}
.BgClassName
{
background-color: #25605E;
}
</style>
border-color css
<style>
span { border-color: #25605E; }
span { border-color: rgb(37,96,94); }
td.TdClassName
{
border-color: #25605E;
}
.TagClassName
{
border-color: #25605E;
}
</style>