Shades of Blumine #2E5D72
Tints of Blumine #2E5D72
RGB
CMYK
RGB Variations
Color information
#2E5D72 (or 0x2E5D72) is known color: Blumine. HEX triplet: 2E, 5D and 72. RGB value is (46,93,114). Sum of RGB (Red+Green+Blue) = 46+93+114=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E5D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5D72 is #D1A28D. Grayscale: #515151. Windows color (decimal): -13738638 or 7494958. OLE color: 7494958.
HSL color Cylindrical-coordinate representation of color #2E5D72: hue angle of 198.53º 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 #2E5D72 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 46 | 93 | 114 | - |
CMYK | 0.60 | 0.18 | 0 | 0.55 |
HSL | 198.53º | 0.43% | 0.31% | - |
HSV(B) | 198.53º | 0.6% | 0.45% | - |
XYZ | 8.08 | 9.62 | 17.35 | - |
YUV | 81.34 | 146.43 | 102.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 93 | 114 | 0.60 | 0.18 | 0 | 0.55 | 198.53 | 0.43 | 0.31 |
Hex | 2E | 5D | 72 | 3C | 12 | 0 | 37 | C7 | 2A | 1F |
Octal | 56 | 135 | 162 | 74 | 22 | 0 | 67 | 307 | 52 | 37 |
Binary | 101110 | 1011101 | 1110010 | 111100 | 10010 | 0 | 110111 | 11000111 | 101010 | 11111 |
Color Harmonies of #2E5D72
Complementary color
Monochromatic Colors of #2E5D72
Black with #2E5D72
Text Example
Text Example
White with #2E5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D72; }
p { color: rgb(46,93,114); }
H1.HeaderClassName
{
color: #2E5D72;
}
.AnyTagClassName
{
color: #2E5D72;
}
</style>
background-color css
<style>
a { background-color: #2E5D72; }
a { background-color: rgb(46,93,114); }
div.DivClassName
{
background-color: #2E5D72;
}
.BgClassName
{
background-color: #2E5D72;
}
</style>
border-color css
<style>
span { border-color: #2E5D72; }
span { border-color: rgb(46,93,114); }
td.TdClassName
{
border-color: #2E5D72;
}
.TagClassName
{
border-color: #2E5D72;
}
</style>