Shades of Blumine #25606A
Tints of Blumine #25606A
RGB
CMYK
RGB Variations
Color information
#25606A (or 0x25606A) is known color: Blumine. HEX triplet: 25, 60 and 6A. RGB value is (37,96,106). Sum of RGB (Red+Green+Blue) = 37+96+106=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #25606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25606A is #DA9F95. Grayscale: #4F4F4F. Windows color (decimal): -14327702 or 6971429. OLE color: 6971429.
HSL color Cylindrical-coordinate representation of color #25606A: hue angle of 188.7º degrees, saturation: 0.48, 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 #25606A is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 96 | 106 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.58 |
| HSL | 188.7º | 0.48% | 0.28% | - |
| HSV(B) | 188.7º | 0.65% | 0.42% | - |
| XYZ | 7.55 | 9.8 | 15.13 | - |
| YUV | 79.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 106 | 0.65 | 0.09 | 0 | 0.58 | 188.7 | 0.48 | 0.28 |
| Hex | 25 | 60 | 6A | 41 | 9 | 0 | 3A | BD | 30 | 1C |
| Octal | 45 | 140 | 152 | 101 | 11 | 0 | 72 | 275 | 60 | 34 |
| Binary | 100101 | 1100000 | 1101010 | 1000001 | 1001 | 0 | 111010 | 10111101 | 110000 | 11100 |
Color Harmonies of #25606A
Complementary color
Monochromatic Colors of #25606A
Black with #25606A
Text Example
Text Example
White with #25606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25606A; }
p { color: rgb(37,96,106); }
H1.HeaderClassName
{
color: #25606A;
}
.AnyTagClassName
{
color: #25606A;
}
</style>
background-color css
<style>
a { background-color: #25606A; }
a { background-color: rgb(37,96,106); }
div.DivClassName
{
background-color: #25606A;
}
.BgClassName
{
background-color: #25606A;
}
</style>
border-color css
<style>
span { border-color: #25606A; }
span { border-color: rgb(37,96,106); }
td.TdClassName
{
border-color: #25606A;
}
.TagClassName
{
border-color: #25606A;
}
</style>