Shades of Blumine #2D656A
Tints of Blumine #2D656A
RGB
CMYK
RGB Variations
Color information
#2D656A (or 0x2D656A) is known color: Blumine. HEX triplet: 2D, 65 and 6A. RGB value is (45,101,106). Sum of RGB (Red+Green+Blue) = 45+101+106=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D656A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D656A is #D29A95. Grayscale: #545454. Windows color (decimal): -13802134 or 6972717. OLE color: 6972717.
HSL color Cylindrical-coordinate representation of color #2D656A: hue angle of 184.92º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D656A is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 101 | 106 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.58 |
| HSL | 184.92º | 0.4% | 0.3% | - |
| HSV(B) | 184.92º | 0.58% | 0.42% | - |
| XYZ | 8.34 | 10.91 | 15.3 | - |
| YUV | 84.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 106 | 0.58 | 0.05 | 0 | 0.58 | 184.92 | 0.4 | 0.3 |
| Hex | 2D | 65 | 6A | 3A | 5 | 0 | 3A | B9 | 28 | 1E |
| Octal | 55 | 145 | 152 | 72 | 5 | 0 | 72 | 271 | 50 | 36 |
| Binary | 101101 | 1100101 | 1101010 | 111010 | 101 | 0 | 111010 | 10111001 | 101000 | 11110 |
Color Harmonies of #2D656A
Complementary color
Monochromatic Colors of #2D656A
Black with #2D656A
Text Example
Text Example
White with #2D656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D656A; }
p { color: rgb(45,101,106); }
H1.HeaderClassName
{
color: #2D656A;
}
.AnyTagClassName
{
color: #2D656A;
}
</style>
background-color css
<style>
a { background-color: #2D656A; }
a { background-color: rgb(45,101,106); }
div.DivClassName
{
background-color: #2D656A;
}
.BgClassName
{
background-color: #2D656A;
}
</style>
border-color css
<style>
span { border-color: #2D656A; }
span { border-color: rgb(45,101,106); }
td.TdClassName
{
border-color: #2D656A;
}
.TagClassName
{
border-color: #2D656A;
}
</style>