Shades of Blumine #2E5765
Tints of Blumine #2E5765
RGB
CMYK
RGB Variations
Color information
#2E5765 (or 0x2E5765) is known color: Blumine. HEX triplet: 2E, 57 and 65. RGB value is (46,87,101). Sum of RGB (Red+Green+Blue) = 46+87+101=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E5765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5765 is #D1A89A. Grayscale: #4C4C4C. Windows color (decimal): -13740187 or 6641454. OLE color: 6641454.
HSL color Cylindrical-coordinate representation of color #2E5765: hue angle of 195.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5765 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 87 | 101 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.60 |
| HSL | 195.27º | 0.37% | 0.29% | - |
| HSV(B) | 195.27º | 0.54% | 0.4% | - |
| XYZ | 6.88 | 8.34 | 13.56 | - |
| YUV | 76.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 101 | 0.54 | 0.14 | 0 | 0.60 | 195.27 | 0.37 | 0.29 |
| Hex | 2E | 57 | 65 | 36 | E | 0 | 3C | C3 | 25 | 1D |
| Octal | 56 | 127 | 145 | 66 | 16 | 0 | 74 | 303 | 45 | 35 |
| Binary | 101110 | 1010111 | 1100101 | 110110 | 1110 | 0 | 111100 | 11000011 | 100101 | 11101 |
Color Harmonies of #2E5765
Complementary color
Monochromatic Colors of #2E5765
Black with #2E5765
Text Example
Text Example
White with #2E5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5765; }
p { color: rgb(46,87,101); }
H1.HeaderClassName
{
color: #2E5765;
}
.AnyTagClassName
{
color: #2E5765;
}
</style>
background-color css
<style>
a { background-color: #2E5765; }
a { background-color: rgb(46,87,101); }
div.DivClassName
{
background-color: #2E5765;
}
.BgClassName
{
background-color: #2E5765;
}
</style>
border-color css
<style>
span { border-color: #2E5765; }
span { border-color: rgb(46,87,101); }
td.TdClassName
{
border-color: #2E5765;
}
.TagClassName
{
border-color: #2E5765;
}
</style>