Shades of Blumine #2D6775
Tints of Blumine #2D6775
RGB
CMYK
RGB Variations
Color information
#2D6775 (or 0x2D6775) is known color: Blumine. HEX triplet: 2D, 67 and 75. RGB value is (45,103,117). Sum of RGB (Red+Green+Blue) = 45+103+117=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D6775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6775 is #D2988A. Grayscale: #575757. Windows color (decimal): -13801611 or 7694125. OLE color: 7694125.
HSL color Cylindrical-coordinate representation of color #2D6775: hue angle of 191.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 #2D6775 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 103 | 117 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.54 |
| HSL | 191.67º | 0.44% | 0.32% | - |
| HSV(B) | 191.67º | 0.62% | 0.46% | - |
| XYZ | 9.14 | 11.54 | 18.58 | - |
| YUV | 87.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 117 | 0.62 | 0.12 | 0 | 0.54 | 191.67 | 0.44 | 0.32 |
| Hex | 2D | 67 | 75 | 3E | C | 0 | 36 | C0 | 2C | 20 |
| Octal | 55 | 147 | 165 | 76 | 14 | 0 | 66 | 300 | 54 | 40 |
| Binary | 101101 | 1100111 | 1110101 | 111110 | 1100 | 0 | 110110 | 11000000 | 101100 | 100000 |
Color Harmonies of #2D6775
Complementary color
Monochromatic Colors of #2D6775
Black with #2D6775
Text Example
Text Example
White with #2D6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6775; }
p { color: rgb(45,103,117); }
H1.HeaderClassName
{
color: #2D6775;
}
.AnyTagClassName
{
color: #2D6775;
}
</style>
background-color css
<style>
a { background-color: #2D6775; }
a { background-color: rgb(45,103,117); }
div.DivClassName
{
background-color: #2D6775;
}
.BgClassName
{
background-color: #2D6775;
}
</style>
border-color css
<style>
span { border-color: #2D6775; }
span { border-color: rgb(45,103,117); }
td.TdClassName
{
border-color: #2D6775;
}
.TagClassName
{
border-color: #2D6775;
}
</style>