Shades of Blue Stone #25605D
Tints of Blue Stone #25605D
RGB
CMYK
RGB Variations
Color information
#25605D (or 0x25605D) is known color: Blue Stone. HEX triplet: 25, 60 and 5D. RGB value is (37,96,93). Sum of RGB (Red+Green+Blue) = 37+96+93=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #25605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25605D is #DA9FA2. Grayscale: #4D4D4D. Windows color (decimal): -14327715 or 6119461. OLE color: 6119461.
HSL color Cylindrical-coordinate representation of color #25605D: hue angle of 176.95º 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 #25605D is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 93 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.62 |
| HSL | 176.95º | 0.44% | 0.26% | - |
| HSV(B) | 176.95º | 0.61% | 0.38% | - |
| XYZ | 6.92 | 9.55 | 11.83 | - |
| YUV | 78.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 93 | 0.61 | 0 | 0.03 | 0.62 | 176.95 | 0.44 | 0.26 |
| Hex | 25 | 60 | 5D | 3D | 0 | 3 | 3E | B1 | 2C | 1A |
| Octal | 45 | 140 | 135 | 75 | 0 | 3 | 76 | 261 | 54 | 32 |
| Binary | 100101 | 1100000 | 1011101 | 111101 | 0 | 11 | 111110 | 10110001 | 101100 | 11010 |
Color Harmonies of #25605D
Complementary color
Monochromatic Colors of #25605D
Black with #25605D
Text Example
Text Example
White with #25605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25605D; }
p { color: rgb(37,96,93); }
H1.HeaderClassName
{
color: #25605D;
}
.AnyTagClassName
{
color: #25605D;
}
</style>
background-color css
<style>
a { background-color: #25605D; }
a { background-color: rgb(37,96,93); }
div.DivClassName
{
background-color: #25605D;
}
.BgClassName
{
background-color: #25605D;
}
</style>
border-color css
<style>
span { border-color: #25605D; }
span { border-color: rgb(37,96,93); }
td.TdClassName
{
border-color: #25605D;
}
.TagClassName
{
border-color: #25605D;
}
</style>