Shades of Blumine #2E6378
Tints of Blumine #2E6378
RGB
CMYK
RGB Variations
Color information
#2E6378 (or 0x2E6378) is known color: Blumine. HEX triplet: 2E, 63 and 78. RGB value is (46,99,120). Sum of RGB (Red+Green+Blue) = 46+99+120=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E6378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6378 is #D19C87. Grayscale: #555555. Windows color (decimal): -13737096 or 7889710. OLE color: 7889710.
HSL color Cylindrical-coordinate representation of color #2E6378: hue angle of 197.03º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E6378 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 99 | 120 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.53 |
| HSL | 197.03º | 0.45% | 0.33% | - |
| HSV(B) | 197.03º | 0.62% | 0.47% | - |
| XYZ | 8.98 | 10.86 | 19.39 | - |
| YUV | 85.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 120 | 0.62 | 0.17 | 0 | 0.53 | 197.03 | 0.45 | 0.33 |
| Hex | 2E | 63 | 78 | 3E | 11 | 0 | 35 | C5 | 2D | 21 |
| Octal | 56 | 143 | 170 | 76 | 21 | 0 | 65 | 305 | 55 | 41 |
| Binary | 101110 | 1100011 | 1111000 | 111110 | 10001 | 0 | 110101 | 11000101 | 101101 | 100001 |
Color Harmonies of #2E6378
Complementary color
Monochromatic Colors of #2E6378
Black with #2E6378
Text Example
Text Example
White with #2E6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6378; }
p { color: rgb(46,99,120); }
H1.HeaderClassName
{
color: #2E6378;
}
.AnyTagClassName
{
color: #2E6378;
}
</style>
background-color css
<style>
a { background-color: #2E6378; }
a { background-color: rgb(46,99,120); }
div.DivClassName
{
background-color: #2E6378;
}
.BgClassName
{
background-color: #2E6378;
}
</style>
border-color css
<style>
span { border-color: #2E6378; }
span { border-color: rgb(46,99,120); }
td.TdClassName
{
border-color: #2E6378;
}
.TagClassName
{
border-color: #2E6378;
}
</style>