Shades of Blumine #2D6171
Tints of Blumine #2D6171
RGB
CMYK
RGB Variations
Color information
#2D6171 (or 0x2D6171) is known color: Blumine. HEX triplet: 2D, 61 and 71. RGB value is (45,97,113). Sum of RGB (Red+Green+Blue) = 45+97+113=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D6171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6171 is #D29E8E. Grayscale: #535353. Windows color (decimal): -13803151 or 7430445. OLE color: 7430445.
HSL color Cylindrical-coordinate representation of color #2D6171: hue angle of 194.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6171 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 97 | 113 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.56 |
| HSL | 194.12º | 0.43% | 0.31% | - |
| HSV(B) | 194.12º | 0.6% | 0.44% | - |
| XYZ | 8.34 | 10.3 | 17.17 | - |
| YUV | 83.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 113 | 0.60 | 0.14 | 0 | 0.56 | 194.12 | 0.43 | 0.31 |
| Hex | 2D | 61 | 71 | 3C | E | 0 | 38 | C2 | 2B | 1F |
| Octal | 55 | 141 | 161 | 74 | 16 | 0 | 70 | 302 | 53 | 37 |
| Binary | 101101 | 1100001 | 1110001 | 111100 | 1110 | 0 | 111000 | 11000010 | 101011 | 11111 |
Color Harmonies of #2D6171
Complementary color
Monochromatic Colors of #2D6171
Black with #2D6171
Text Example
Text Example
White with #2D6171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6171; }
p { color: rgb(45,97,113); }
H1.HeaderClassName
{
color: #2D6171;
}
.AnyTagClassName
{
color: #2D6171;
}
</style>
background-color css
<style>
a { background-color: #2D6171; }
a { background-color: rgb(45,97,113); }
div.DivClassName
{
background-color: #2D6171;
}
.BgClassName
{
background-color: #2D6171;
}
</style>
border-color css
<style>
span { border-color: #2D6171; }
span { border-color: rgb(45,97,113); }
td.TdClassName
{
border-color: #2D6171;
}
.TagClassName
{
border-color: #2D6171;
}
</style>