Shades of Blue Stone #25646B
Tints of Blue Stone #25646B
RGB
CMYK
RGB Variations
Color information
#25646B (or 0x25646B) is known color: Blue Stone. HEX triplet: 25, 64 and 6B. RGB value is (37,100,107). Sum of RGB (Red+Green+Blue) = 37+100+107=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #25646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25646B is #DA9B94. Grayscale: #515151. Windows color (decimal): -14326677 or 7037989. OLE color: 7037989.
HSL color Cylindrical-coordinate representation of color #25646B: hue angle of 186º 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 #25646B is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 100 | 107 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.58 |
| HSL | 186º | 0.49% | 0.28% | - |
| HSV(B) | 186º | 0.65% | 0.42% | - |
| XYZ | 7.97 | 10.57 | 15.53 | - |
| YUV | 81.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 107 | 0.65 | 0.07 | 0 | 0.58 | 186 | 0.49 | 0.28 |
| Hex | 25 | 64 | 6B | 41 | 7 | 0 | 3A | BA | 31 | 1C |
| Octal | 45 | 144 | 153 | 101 | 7 | 0 | 72 | 272 | 61 | 34 |
| Binary | 100101 | 1100100 | 1101011 | 1000001 | 111 | 0 | 111010 | 10111010 | 110001 | 11100 |
Color Harmonies of #25646B
Complementary color
Monochromatic Colors of #25646B
Black with #25646B
Text Example
Text Example
White with #25646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25646B; }
p { color: rgb(37,100,107); }
H1.HeaderClassName
{
color: #25646B;
}
.AnyTagClassName
{
color: #25646B;
}
</style>
background-color css
<style>
a { background-color: #25646B; }
a { background-color: rgb(37,100,107); }
div.DivClassName
{
background-color: #25646B;
}
.BgClassName
{
background-color: #25646B;
}
</style>
border-color css
<style>
span { border-color: #25646B; }
span { border-color: rgb(37,100,107); }
td.TdClassName
{
border-color: #25646B;
}
.TagClassName
{
border-color: #25646B;
}
</style>