Shades of Blumine #2E6472
Tints of Blumine #2E6472
RGB
CMYK
RGB Variations
Color information
#2E6472 (or 0x2E6472) is known color: Blumine. HEX triplet: 2E, 64 and 72. RGB value is (46,100,114). Sum of RGB (Red+Green+Blue) = 46+100+114=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E6472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6472 is #D19B8D. Grayscale: #555555. Windows color (decimal): -13736846 or 7496750. OLE color: 7496750.
HSL color Cylindrical-coordinate representation of color #2E6472: hue angle of 192.35º 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 #2E6472 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 100 | 114 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.55 |
| HSL | 192.35º | 0.43% | 0.31% | - |
| HSV(B) | 192.35º | 0.6% | 0.45% | - |
| XYZ | 8.72 | 10.91 | 17.57 | - |
| YUV | 85.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 114 | 0.60 | 0.12 | 0 | 0.55 | 192.35 | 0.43 | 0.31 |
| Hex | 2E | 64 | 72 | 3C | C | 0 | 37 | C0 | 2A | 1F |
| Octal | 56 | 144 | 162 | 74 | 14 | 0 | 67 | 300 | 52 | 37 |
| Binary | 101110 | 1100100 | 1110010 | 111100 | 1100 | 0 | 110111 | 11000000 | 101010 | 11111 |
Color Harmonies of #2E6472
Complementary color
Monochromatic Colors of #2E6472
Black with #2E6472
Text Example
Text Example
White with #2E6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6472; }
p { color: rgb(46,100,114); }
H1.HeaderClassName
{
color: #2E6472;
}
.AnyTagClassName
{
color: #2E6472;
}
</style>
background-color css
<style>
a { background-color: #2E6472; }
a { background-color: rgb(46,100,114); }
div.DivClassName
{
background-color: #2E6472;
}
.BgClassName
{
background-color: #2E6472;
}
</style>
border-color css
<style>
span { border-color: #2E6472; }
span { border-color: rgb(46,100,114); }
td.TdClassName
{
border-color: #2E6472;
}
.TagClassName
{
border-color: #2E6472;
}
</style>