Shades of Blumine #2E677C
Tints of Blumine #2E677C
RGB
CMYK
RGB Variations
Color information
#2E677C (or 0x2E677C) is known color: Blumine. HEX triplet: 2E, 67 and 7C. RGB value is (46,103,124). Sum of RGB (Red+Green+Blue) = 46+103+124=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E677C is #D19883. Grayscale: #585858. Windows color (decimal): -13736068 or 8152878. OLE color: 8152878.
HSL color Cylindrical-coordinate representation of color #2E677C: hue angle of 196.15º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E677C is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 103 | 124 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.51 |
| HSL | 196.15º | 0.46% | 0.33% | - |
| HSV(B) | 196.15º | 0.63% | 0.49% | - |
| XYZ | 9.62 | 11.74 | 20.83 | - |
| YUV | 88.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 124 | 0.63 | 0.17 | 0 | 0.51 | 196.15 | 0.46 | 0.33 |
| Hex | 2E | 67 | 7C | 3F | 11 | 0 | 33 | C4 | 2E | 21 |
| Octal | 56 | 147 | 174 | 77 | 21 | 0 | 63 | 304 | 56 | 41 |
| Binary | 101110 | 1100111 | 1111100 | 111111 | 10001 | 0 | 110011 | 11000100 | 101110 | 100001 |
Color Harmonies of #2E677C
Complementary color
Monochromatic Colors of #2E677C
Black with #2E677C
Text Example
Text Example
White with #2E677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E677C; }
p { color: rgb(46,103,124); }
H1.HeaderClassName
{
color: #2E677C;
}
.AnyTagClassName
{
color: #2E677C;
}
</style>
background-color css
<style>
a { background-color: #2E677C; }
a { background-color: rgb(46,103,124); }
div.DivClassName
{
background-color: #2E677C;
}
.BgClassName
{
background-color: #2E677C;
}
</style>
border-color css
<style>
span { border-color: #2E677C; }
span { border-color: rgb(46,103,124); }
td.TdClassName
{
border-color: #2E677C;
}
.TagClassName
{
border-color: #2E677C;
}
</style>