Shades of Blumine #2E6777
Tints of Blumine #2E6777
RGB
CMYK
RGB Variations
Color information
#2E6777 (or 0x2E6777) is known color: Blumine. HEX triplet: 2E, 67 and 77. RGB value is (46,103,119). Sum of RGB (Red+Green+Blue) = 46+103+119=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E6777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6777 is #D19888. Grayscale: #575757. Windows color (decimal): -13736073 or 7825198. OLE color: 7825198.
HSL color Cylindrical-coordinate representation of color #2E6777: hue angle of 193.15º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E6777 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 103 | 119 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.53 |
| HSL | 193.15º | 0.44% | 0.32% | - |
| HSV(B) | 193.15º | 0.61% | 0.47% | - |
| XYZ | 9.31 | 11.61 | 19.2 | - |
| YUV | 87.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 119 | 0.61 | 0.13 | 0 | 0.53 | 193.15 | 0.44 | 0.32 |
| Hex | 2E | 67 | 77 | 3D | D | 0 | 35 | C1 | 2C | 20 |
| Octal | 56 | 147 | 167 | 75 | 15 | 0 | 65 | 301 | 54 | 40 |
| Binary | 101110 | 1100111 | 1110111 | 111101 | 1101 | 0 | 110101 | 11000001 | 101100 | 100000 |
Color Harmonies of #2E6777
Complementary color
Monochromatic Colors of #2E6777
Black with #2E6777
Text Example
Text Example
White with #2E6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6777; }
p { color: rgb(46,103,119); }
H1.HeaderClassName
{
color: #2E6777;
}
.AnyTagClassName
{
color: #2E6777;
}
</style>
background-color css
<style>
a { background-color: #2E6777; }
a { background-color: rgb(46,103,119); }
div.DivClassName
{
background-color: #2E6777;
}
.BgClassName
{
background-color: #2E6777;
}
</style>
border-color css
<style>
span { border-color: #2E6777; }
span { border-color: rgb(46,103,119); }
td.TdClassName
{
border-color: #2E6777;
}
.TagClassName
{
border-color: #2E6777;
}
</style>