Shades of Blue Dianne #2E5751
Tints of Blue Dianne #2E5751
RGB
CMYK
RGB Variations
Color information
#2E5751 (or 0x2E5751) is known color: Blue Dianne. HEX triplet: 2E, 57 and 51. RGB value is (46,87,81). Sum of RGB (Red+Green+Blue) = 46+87+81=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #2E5751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5751 is #D1A8AE. Grayscale: #4A4A4A. Windows color (decimal): -13740207 or 5330734. OLE color: 5330734.
HSL color Cylindrical-coordinate representation of color #2E5751: hue angle of 171.22º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5751 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 87 | 81 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.66 |
| HSL | 171.22º | 0.31% | 0.26% | - |
| HSV(B) | 171.22º | 0.47% | 0.34% | - |
| XYZ | 6.02 | 7.99 | 9.01 | - |
| YUV | 74.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 81 | 0.47 | 0 | 0.07 | 0.66 | 171.22 | 0.31 | 0.26 |
| Hex | 2E | 57 | 51 | 2F | 0 | 7 | 42 | AB | 1F | 1A |
| Octal | 56 | 127 | 121 | 57 | 0 | 7 | 102 | 253 | 37 | 32 |
| Binary | 101110 | 1010111 | 1010001 | 101111 | 0 | 111 | 1000010 | 10101011 | 11111 | 11010 |
Color Harmonies of #2E5751
Complementary color
Monochromatic Colors of #2E5751
Black with #2E5751
Text Example
Text Example
White with #2E5751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5751; }
p { color: rgb(46,87,81); }
H1.HeaderClassName
{
color: #2E5751;
}
.AnyTagClassName
{
color: #2E5751;
}
</style>
background-color css
<style>
a { background-color: #2E5751; }
a { background-color: rgb(46,87,81); }
div.DivClassName
{
background-color: #2E5751;
}
.BgClassName
{
background-color: #2E5751;
}
</style>
border-color css
<style>
span { border-color: #2E5751; }
span { border-color: rgb(46,87,81); }
td.TdClassName
{
border-color: #2E5751;
}
.TagClassName
{
border-color: #2E5751;
}
</style>