Shades of Blumine #2E6772
Tints of Blumine #2E6772
RGB
CMYK
RGB Variations
Color information
#2E6772 (or 0x2E6772) is known color: Blumine. HEX triplet: 2E, 67 and 72. RGB value is (46,103,114). Sum of RGB (Red+Green+Blue) = 46+103+114=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E6772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6772 is #D1988D. Grayscale: #575757. Windows color (decimal): -13736078 or 7497518. OLE color: 7497518.
HSL color Cylindrical-coordinate representation of color #2E6772: hue angle of 189.71º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6772 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 103 | 114 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.55 |
| HSL | 189.71º | 0.43% | 0.31% | - |
| HSV(B) | 189.71º | 0.6% | 0.45% | - |
| XYZ | 9.01 | 11.5 | 17.66 | - |
| YUV | 87.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 114 | 0.60 | 0.10 | 0 | 0.55 | 189.71 | 0.43 | 0.31 |
| Hex | 2E | 67 | 72 | 3C | A | 0 | 37 | BE | 2A | 1F |
| Octal | 56 | 147 | 162 | 74 | 12 | 0 | 67 | 276 | 52 | 37 |
| Binary | 101110 | 1100111 | 1110010 | 111100 | 1010 | 0 | 110111 | 10111110 | 101010 | 11111 |
Color Harmonies of #2E6772
Complementary color
Monochromatic Colors of #2E6772
Black with #2E6772
Text Example
Text Example
White with #2E6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6772; }
p { color: rgb(46,103,114); }
H1.HeaderClassName
{
color: #2E6772;
}
.AnyTagClassName
{
color: #2E6772;
}
</style>
background-color css
<style>
a { background-color: #2E6772; }
a { background-color: rgb(46,103,114); }
div.DivClassName
{
background-color: #2E6772;
}
.BgClassName
{
background-color: #2E6772;
}
</style>
border-color css
<style>
span { border-color: #2E6772; }
span { border-color: rgb(46,103,114); }
td.TdClassName
{
border-color: #2E6772;
}
.TagClassName
{
border-color: #2E6772;
}
</style>