Shades of Blumine #2D676D
Tints of Blumine #2D676D
RGB
CMYK
RGB Variations
Color information
#2D676D (or 0x2D676D) is known color: Blumine. HEX triplet: 2D, 67 and 6D. RGB value is (45,103,109). Sum of RGB (Red+Green+Blue) = 45+103+109=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D676D is #D29892. Grayscale: #565656. Windows color (decimal): -13801619 or 7169837. OLE color: 7169837.
HSL color Cylindrical-coordinate representation of color #2D676D: hue angle of 185.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D676D is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 103 | 109 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.57 |
| HSL | 185.63º | 0.42% | 0.3% | - |
| HSV(B) | 185.63º | 0.59% | 0.43% | - |
| XYZ | 8.69 | 11.36 | 16.2 | - |
| YUV | 86.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 109 | 0.59 | 0.06 | 0 | 0.57 | 185.63 | 0.42 | 0.3 |
| Hex | 2D | 67 | 6D | 3B | 6 | 0 | 39 | BA | 2A | 1E |
| Octal | 55 | 147 | 155 | 73 | 6 | 0 | 71 | 272 | 52 | 36 |
| Binary | 101101 | 1100111 | 1101101 | 111011 | 110 | 0 | 111001 | 10111010 | 101010 | 11110 |
Color Harmonies of #2D676D
Complementary color
Monochromatic Colors of #2D676D
Black with #2D676D
Text Example
Text Example
White with #2D676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D676D; }
p { color: rgb(45,103,109); }
H1.HeaderClassName
{
color: #2D676D;
}
.AnyTagClassName
{
color: #2D676D;
}
</style>
background-color css
<style>
a { background-color: #2D676D; }
a { background-color: rgb(45,103,109); }
div.DivClassName
{
background-color: #2D676D;
}
.BgClassName
{
background-color: #2D676D;
}
</style>
border-color css
<style>
span { border-color: #2D676D; }
span { border-color: rgb(45,103,109); }
td.TdClassName
{
border-color: #2D676D;
}
.TagClassName
{
border-color: #2D676D;
}
</style>