Shades of Blumine #2D6175
Tints of Blumine #2D6175
RGB
CMYK
RGB Variations
Color information
#2D6175 (or 0x2D6175) is known color: Blumine. HEX triplet: 2D, 61 and 75. RGB value is (45,97,117). Sum of RGB (Red+Green+Blue) = 45+97+117=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D6175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6175 is #D29E8A. Grayscale: #535353. Windows color (decimal): -13803147 or 7692589. OLE color: 7692589.
HSL color Cylindrical-coordinate representation of color #2D6175: hue angle of 196.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D6175 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 97 | 117 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.54 |
| HSL | 196.67º | 0.44% | 0.32% | - |
| HSV(B) | 196.67º | 0.62% | 0.46% | - |
| XYZ | 8.57 | 10.39 | 18.38 | - |
| YUV | 83.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 117 | 0.62 | 0.17 | 0 | 0.54 | 196.67 | 0.44 | 0.32 |
| Hex | 2D | 61 | 75 | 3E | 11 | 0 | 36 | C5 | 2C | 20 |
| Octal | 55 | 141 | 165 | 76 | 21 | 0 | 66 | 305 | 54 | 40 |
| Binary | 101101 | 1100001 | 1110101 | 111110 | 10001 | 0 | 110110 | 11000101 | 101100 | 100000 |
Color Harmonies of #2D6175
Complementary color
Monochromatic Colors of #2D6175
Black with #2D6175
Text Example
Text Example
White with #2D6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6175; }
p { color: rgb(45,97,117); }
H1.HeaderClassName
{
color: #2D6175;
}
.AnyTagClassName
{
color: #2D6175;
}
</style>
background-color css
<style>
a { background-color: #2D6175; }
a { background-color: rgb(45,97,117); }
div.DivClassName
{
background-color: #2D6175;
}
.BgClassName
{
background-color: #2D6175;
}
</style>
border-color css
<style>
span { border-color: #2D6175; }
span { border-color: rgb(45,97,117); }
td.TdClassName
{
border-color: #2D6175;
}
.TagClassName
{
border-color: #2D6175;
}
</style>