Shades of Blue Stone #25656B
Tints of Blue Stone #25656B
RGB
CMYK
RGB Variations
Color information
#25656B (or 0x25656B) is known color: Blue Stone. HEX triplet: 25, 65 and 6B. RGB value is (37,101,107). Sum of RGB (Red+Green+Blue) = 37+101+107=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #25656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25656B is #DA9A94. Grayscale: #525252. Windows color (decimal): -14326421 or 7038245. OLE color: 7038245.
HSL color Cylindrical-coordinate representation of color #25656B: hue angle of 185.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25656B is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 101 | 107 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.58 |
| HSL | 185.14º | 0.49% | 0.28% | - |
| HSV(B) | 185.14º | 0.65% | 0.42% | - |
| XYZ | 8.07 | 10.76 | 15.56 | - |
| YUV | 82.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 107 | 0.65 | 0.06 | 0 | 0.58 | 185.14 | 0.49 | 0.28 |
| Hex | 25 | 65 | 6B | 41 | 6 | 0 | 3A | B9 | 31 | 1C |
| Octal | 45 | 145 | 153 | 101 | 6 | 0 | 72 | 271 | 61 | 34 |
| Binary | 100101 | 1100101 | 1101011 | 1000001 | 110 | 0 | 111010 | 10111001 | 110001 | 11100 |
Color Harmonies of #25656B
Complementary color
Monochromatic Colors of #25656B
Black with #25656B
Text Example
Text Example
White with #25656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25656B; }
p { color: rgb(37,101,107); }
H1.HeaderClassName
{
color: #25656B;
}
.AnyTagClassName
{
color: #25656B;
}
</style>
background-color css
<style>
a { background-color: #25656B; }
a { background-color: rgb(37,101,107); }
div.DivClassName
{
background-color: #25656B;
}
.BgClassName
{
background-color: #25656B;
}
</style>
border-color css
<style>
span { border-color: #25656B; }
span { border-color: rgb(37,101,107); }
td.TdClassName
{
border-color: #25656B;
}
.TagClassName
{
border-color: #25656B;
}
</style>