Shades of Blue Dianne #2C544C
Tints of Blue Dianne #2C544C
RGB
CMYK
RGB Variations
Color information
#2C544C (or 0x2C544C) is known color: Blue Dianne. HEX triplet: 2C, 54 and 4C. RGB value is (44,84,76). Sum of RGB (Red+Green+Blue) = 44+84+76=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #2C544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C544C is #D3ABB3. Grayscale: #474747. Windows color (decimal): -13872052 or 5002284. OLE color: 5002284.
HSL color Cylindrical-coordinate representation of color #2C544C: hue angle of 168º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C544C is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 76 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.67 |
| HSL | 168º | 0.31% | 0.25% | - |
| HSV(B) | 168º | 0.48% | 0.33% | - |
| XYZ | 5.51 | 7.4 | 7.97 | - |
| YUV | 71.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 76 | 0.48 | 0 | 0.10 | 0.67 | 168 | 0.31 | 0.25 |
| Hex | 2C | 54 | 4C | 30 | 0 | A | 43 | A8 | 1F | 19 |
| Octal | 54 | 124 | 114 | 60 | 0 | 12 | 103 | 250 | 37 | 31 |
| Binary | 101100 | 1010100 | 1001100 | 110000 | 0 | 1010 | 1000011 | 10101000 | 11111 | 11001 |
Color Harmonies of #2C544C
Complementary color
Monochromatic Colors of #2C544C
Black with #2C544C
Text Example
Text Example
White with #2C544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C544C; }
p { color: rgb(44,84,76); }
H1.HeaderClassName
{
color: #2C544C;
}
.AnyTagClassName
{
color: #2C544C;
}
</style>
background-color css
<style>
a { background-color: #2C544C; }
a { background-color: rgb(44,84,76); }
div.DivClassName
{
background-color: #2C544C;
}
.BgClassName
{
background-color: #2C544C;
}
</style>
border-color css
<style>
span { border-color: #2C544C; }
span { border-color: rgb(44,84,76); }
td.TdClassName
{
border-color: #2C544C;
}
.TagClassName
{
border-color: #2C544C;
}
</style>