Shades of Blue Dianne #2D544C
Tints of Blue Dianne #2D544C
RGB
CMYK
RGB Variations
Color information
#2D544C (or 0x2D544C) is known color: Blue Dianne. HEX triplet: 2D, 54 and 4C. RGB value is (45,84,76). Sum of RGB (Red+Green+Blue) = 45+84+76=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #2D544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D544C is #D2ABB3. Grayscale: #474747. Windows color (decimal): -13806516 or 5002285. OLE color: 5002285.
HSL color Cylindrical-coordinate representation of color #2D544C: hue angle of 167.69º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D544C is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 76 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.67 |
| HSL | 167.69º | 0.3% | 0.25% | - |
| HSV(B) | 167.69º | 0.46% | 0.33% | - |
| XYZ | 5.56 | 7.42 | 7.98 | - |
| YUV | 71.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 76 | 0.46 | 0 | 0.10 | 0.67 | 167.69 | 0.3 | 0.25 |
| Hex | 2D | 54 | 4C | 2E | 0 | A | 43 | A8 | 1E | 19 |
| Octal | 55 | 124 | 114 | 56 | 0 | 12 | 103 | 250 | 36 | 31 |
| Binary | 101101 | 1010100 | 1001100 | 101110 | 0 | 1010 | 1000011 | 10101000 | 11110 | 11001 |
Color Harmonies of #2D544C
Complementary color
Monochromatic Colors of #2D544C
Black with #2D544C
Text Example
Text Example
White with #2D544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D544C; }
p { color: rgb(45,84,76); }
H1.HeaderClassName
{
color: #2D544C;
}
.AnyTagClassName
{
color: #2D544C;
}
</style>
background-color css
<style>
a { background-color: #2D544C; }
a { background-color: rgb(45,84,76); }
div.DivClassName
{
background-color: #2D544C;
}
.BgClassName
{
background-color: #2D544C;
}
</style>
border-color css
<style>
span { border-color: #2D544C; }
span { border-color: rgb(45,84,76); }
td.TdClassName
{
border-color: #2D544C;
}
.TagClassName
{
border-color: #2D544C;
}
</style>