Shades of Blue Dianne #2E534F
Tints of Blue Dianne #2E534F
RGB
CMYK
RGB Variations
Color information
#2E534F (or 0x2E534F) is known color: Blue Dianne. HEX triplet: 2E, 53 and 4F. RGB value is (46,83,79). Sum of RGB (Red+Green+Blue) = 46+83+79=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #2E534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E534F is #D1ACB0. Grayscale: #474747. Windows color (decimal): -13741233 or 5198638. OLE color: 5198638.
HSL color Cylindrical-coordinate representation of color #2E534F: hue angle of 173.51º 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 #2E534F is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 79 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.67 |
| HSL | 173.51º | 0.29% | 0.25% | - |
| HSV(B) | 173.51º | 0.45% | 0.33% | - |
| XYZ | 5.63 | 7.33 | 8.52 | - |
| YUV | 71.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 79 | 0.45 | 0 | 0.05 | 0.67 | 173.51 | 0.29 | 0.25 |
| Hex | 2E | 53 | 4F | 2D | 0 | 5 | 43 | AE | 1D | 19 |
| Octal | 56 | 123 | 117 | 55 | 0 | 5 | 103 | 256 | 35 | 31 |
| Binary | 101110 | 1010011 | 1001111 | 101101 | 0 | 101 | 1000011 | 10101110 | 11101 | 11001 |
Color Harmonies of #2E534F
Complementary color
Monochromatic Colors of #2E534F
Black with #2E534F
Text Example
Text Example
White with #2E534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E534F; }
p { color: rgb(46,83,79); }
H1.HeaderClassName
{
color: #2E534F;
}
.AnyTagClassName
{
color: #2E534F;
}
</style>
background-color css
<style>
a { background-color: #2E534F; }
a { background-color: rgb(46,83,79); }
div.DivClassName
{
background-color: #2E534F;
}
.BgClassName
{
background-color: #2E534F;
}
</style>
border-color css
<style>
span { border-color: #2E534F; }
span { border-color: rgb(46,83,79); }
td.TdClassName
{
border-color: #2E534F;
}
.TagClassName
{
border-color: #2E534F;
}
</style>