Shades of Blumine #25616D
Tints of Blumine #25616D
RGB
CMYK
RGB Variations
Color information
#25616D (or 0x25616D) is known color: Blumine. HEX triplet: 25, 61 and 6D. RGB value is (37,97,109). Sum of RGB (Red+Green+Blue) = 37+97+109=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #25616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25616D is #DA9E92. Grayscale: #505050. Windows color (decimal): -14327443 or 7168293. OLE color: 7168293.
HSL color Cylindrical-coordinate representation of color #25616D: hue angle of 190º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25616D is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 97 | 109 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.57 |
| HSL | 190º | 0.49% | 0.29% | - |
| HSV(B) | 190º | 0.66% | 0.43% | - |
| XYZ | 7.8 | 10.05 | 16 | - |
| YUV | 80.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 109 | 0.66 | 0.11 | 0 | 0.57 | 190 | 0.49 | 0.29 |
| Hex | 25 | 61 | 6D | 42 | B | 0 | 39 | BE | 31 | 1D |
| Octal | 45 | 141 | 155 | 102 | 13 | 0 | 71 | 276 | 61 | 35 |
| Binary | 100101 | 1100001 | 1101101 | 1000010 | 1011 | 0 | 111001 | 10111110 | 110001 | 11101 |
Color Harmonies of #25616D
Complementary color
Monochromatic Colors of #25616D
Black with #25616D
Text Example
Text Example
White with #25616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25616D; }
p { color: rgb(37,97,109); }
H1.HeaderClassName
{
color: #25616D;
}
.AnyTagClassName
{
color: #25616D;
}
</style>
background-color css
<style>
a { background-color: #25616D; }
a { background-color: rgb(37,97,109); }
div.DivClassName
{
background-color: #25616D;
}
.BgClassName
{
background-color: #25616D;
}
</style>
border-color css
<style>
span { border-color: #25616D; }
span { border-color: rgb(37,97,109); }
td.TdClassName
{
border-color: #25616D;
}
.TagClassName
{
border-color: #25616D;
}
</style>