Shades of Blue Dianne #2E534D
Tints of Blue Dianne #2E534D
RGB
CMYK
RGB Variations
Color information
#2E534D (or 0x2E534D) is known color: Blue Dianne. HEX triplet: 2E, 53 and 4D. RGB value is (46,83,77). Sum of RGB (Red+Green+Blue) = 46+83+77=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #2E534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E534D is #D1ACB2. Grayscale: #474747. Windows color (decimal): -13741235 or 5067566. OLE color: 5067566.
HSL color Cylindrical-coordinate representation of color #2E534D: hue angle of 170.27º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E534D is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 77 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.67 |
| HSL | 170.27º | 0.29% | 0.25% | - |
| HSV(B) | 170.27º | 0.45% | 0.33% | - |
| XYZ | 5.56 | 7.3 | 8.14 | - |
| YUV | 71.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 77 | 0.45 | 0 | 0.07 | 0.67 | 170.27 | 0.29 | 0.25 |
| Hex | 2E | 53 | 4D | 2D | 0 | 7 | 43 | AA | 1D | 19 |
| Octal | 56 | 123 | 115 | 55 | 0 | 7 | 103 | 252 | 35 | 31 |
| Binary | 101110 | 1010011 | 1001101 | 101101 | 0 | 111 | 1000011 | 10101010 | 11101 | 11001 |
Color Harmonies of #2E534D
Complementary color
Monochromatic Colors of #2E534D
Black with #2E534D
Text Example
Text Example
White with #2E534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E534D; }
p { color: rgb(46,83,77); }
H1.HeaderClassName
{
color: #2E534D;
}
.AnyTagClassName
{
color: #2E534D;
}
</style>
background-color css
<style>
a { background-color: #2E534D; }
a { background-color: rgb(46,83,77); }
div.DivClassName
{
background-color: #2E534D;
}
.BgClassName
{
background-color: #2E534D;
}
</style>
border-color css
<style>
span { border-color: #2E534D; }
span { border-color: rgb(46,83,77); }
td.TdClassName
{
border-color: #2E534D;
}
.TagClassName
{
border-color: #2E534D;
}
</style>