Shades of Blumine #2D656D
Tints of Blumine #2D656D
RGB
CMYK
RGB Variations
Color information
#2D656D (or 0x2D656D) is known color: Blumine. HEX triplet: 2D, 65 and 6D. RGB value is (45,101,109). Sum of RGB (Red+Green+Blue) = 45+101+109=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D656D is #D29A92. Grayscale: #555555. Windows color (decimal): -13802131 or 7169325. OLE color: 7169325.
HSL color Cylindrical-coordinate representation of color #2D656D: hue angle of 187.5º 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 #2D656D is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 101 | 109 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.57 |
| HSL | 187.5º | 0.42% | 0.3% | - |
| HSV(B) | 187.5º | 0.59% | 0.43% | - |
| XYZ | 8.5 | 10.97 | 16.14 | - |
| YUV | 85.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 109 | 0.59 | 0.07 | 0 | 0.57 | 187.5 | 0.42 | 0.3 |
| Hex | 2D | 65 | 6D | 3B | 7 | 0 | 39 | BC | 2A | 1E |
| Octal | 55 | 145 | 155 | 73 | 7 | 0 | 71 | 274 | 52 | 36 |
| Binary | 101101 | 1100101 | 1101101 | 111011 | 111 | 0 | 111001 | 10111100 | 101010 | 11110 |
Color Harmonies of #2D656D
Complementary color
Monochromatic Colors of #2D656D
Black with #2D656D
Text Example
Text Example
White with #2D656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D656D; }
p { color: rgb(45,101,109); }
H1.HeaderClassName
{
color: #2D656D;
}
.AnyTagClassName
{
color: #2D656D;
}
</style>
background-color css
<style>
a { background-color: #2D656D; }
a { background-color: rgb(45,101,109); }
div.DivClassName
{
background-color: #2D656D;
}
.BgClassName
{
background-color: #2D656D;
}
</style>
border-color css
<style>
span { border-color: #2D656D; }
span { border-color: rgb(45,101,109); }
td.TdClassName
{
border-color: #2D656D;
}
.TagClassName
{
border-color: #2D656D;
}
</style>