Shades of Blue Dianne #2E504B
Tints of Blue Dianne #2E504B
RGB
CMYK
RGB Variations
Color information
#2E504B (or 0x2E504B) is known color: Blue Dianne. HEX triplet: 2E, 50 and 4B. RGB value is (46,80,75). Sum of RGB (Red+Green+Blue) = 46+80+75=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #2E504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E504B is #D1AFB4. Grayscale: #454545. Windows color (decimal): -13742005 or 4935726. OLE color: 4935726.
HSL color Cylindrical-coordinate representation of color #2E504B: hue angle of 171.18º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E504B is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 75 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.69 |
| HSL | 171.18º | 0.27% | 0.25% | - |
| HSV(B) | 171.18º | 0.43% | 0.31% | - |
| XYZ | 5.27 | 6.83 | 7.7 | - |
| YUV | 69.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 75 | 0.42 | 0 | 0.06 | 0.69 | 171.18 | 0.27 | 0.25 |
| Hex | 2E | 50 | 4B | 2A | 0 | 6 | 45 | AB | 1B | 19 |
| Octal | 56 | 120 | 113 | 52 | 0 | 6 | 105 | 253 | 33 | 31 |
| Binary | 101110 | 1010000 | 1001011 | 101010 | 0 | 110 | 1000101 | 10101011 | 11011 | 11001 |
Color Harmonies of #2E504B
Complementary color
Monochromatic Colors of #2E504B
Black with #2E504B
Text Example
Text Example
White with #2E504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E504B; }
p { color: rgb(46,80,75); }
H1.HeaderClassName
{
color: #2E504B;
}
.AnyTagClassName
{
color: #2E504B;
}
</style>
background-color css
<style>
a { background-color: #2E504B; }
a { background-color: rgb(46,80,75); }
div.DivClassName
{
background-color: #2E504B;
}
.BgClassName
{
background-color: #2E504B;
}
</style>
border-color css
<style>
span { border-color: #2E504B; }
span { border-color: rgb(46,80,75); }
td.TdClassName
{
border-color: #2E504B;
}
.TagClassName
{
border-color: #2E504B;
}
</style>