Shades of Blumine #2E6367
Tints of Blumine #2E6367
RGB
CMYK
RGB Variations
Color information
#2E6367 (or 0x2E6367) is known color: Blumine. HEX triplet: 2E, 63 and 67. RGB value is (46,99,103). Sum of RGB (Red+Green+Blue) = 46+99+103=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E6367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6367 is #D19C98. Grayscale: #535353. Windows color (decimal): -13737113 or 6775598. OLE color: 6775598.
HSL color Cylindrical-coordinate representation of color #2E6367: hue angle of 184.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6367 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 99 | 103 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.60 |
| HSL | 184.21º | 0.38% | 0.29% | - |
| HSV(B) | 184.21º | 0.55% | 0.4% | - |
| XYZ | 8.04 | 10.48 | 14.43 | - |
| YUV | 83.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 103 | 0.55 | 0.04 | 0 | 0.60 | 184.21 | 0.38 | 0.29 |
| Hex | 2E | 63 | 67 | 37 | 4 | 0 | 3C | B8 | 26 | 1D |
| Octal | 56 | 143 | 147 | 67 | 4 | 0 | 74 | 270 | 46 | 35 |
| Binary | 101110 | 1100011 | 1100111 | 110111 | 100 | 0 | 111100 | 10111000 | 100110 | 11101 |
Color Harmonies of #2E6367
Complementary color
Monochromatic Colors of #2E6367
Black with #2E6367
Text Example
Text Example
White with #2E6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6367; }
p { color: rgb(46,99,103); }
H1.HeaderClassName
{
color: #2E6367;
}
.AnyTagClassName
{
color: #2E6367;
}
</style>
background-color css
<style>
a { background-color: #2E6367; }
a { background-color: rgb(46,99,103); }
div.DivClassName
{
background-color: #2E6367;
}
.BgClassName
{
background-color: #2E6367;
}
</style>
border-color css
<style>
span { border-color: #2E6367; }
span { border-color: rgb(46,99,103); }
td.TdClassName
{
border-color: #2E6367;
}
.TagClassName
{
border-color: #2E6367;
}
</style>