Shades of Blue Dianne #2C514C
Tints of Blue Dianne #2C514C
RGB
CMYK
RGB Variations
Color information
#2C514C (or 0x2C514C) is known color: Blue Dianne. HEX triplet: 2C, 51 and 4C. RGB value is (44,81,76). Sum of RGB (Red+Green+Blue) = 44+81+76=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #2C514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C514C is #D3AEB3. Grayscale: #454545. Windows color (decimal): -13872820 or 5001516. OLE color: 5001516.
HSL color Cylindrical-coordinate representation of color #2C514C: hue angle of 171.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C514C is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 81 | 76 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.68 |
| HSL | 171.89º | 0.3% | 0.25% | - |
| HSV(B) | 171.89º | 0.46% | 0.32% | - |
| XYZ | 5.29 | 6.94 | 7.9 | - |
| YUV | 69.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 76 | 0.46 | 0 | 0.06 | 0.68 | 171.89 | 0.3 | 0.25 |
| Hex | 2C | 51 | 4C | 2E | 0 | 6 | 44 | AC | 1E | 19 |
| Octal | 54 | 121 | 114 | 56 | 0 | 6 | 104 | 254 | 36 | 31 |
| Binary | 101100 | 1010001 | 1001100 | 101110 | 0 | 110 | 1000100 | 10101100 | 11110 | 11001 |
Color Harmonies of #2C514C
Complementary color
Monochromatic Colors of #2C514C
Black with #2C514C
Text Example
Text Example
White with #2C514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C514C; }
p { color: rgb(44,81,76); }
H1.HeaderClassName
{
color: #2C514C;
}
.AnyTagClassName
{
color: #2C514C;
}
</style>
background-color css
<style>
a { background-color: #2C514C; }
a { background-color: rgb(44,81,76); }
div.DivClassName
{
background-color: #2C514C;
}
.BgClassName
{
background-color: #2C514C;
}
</style>
border-color css
<style>
span { border-color: #2C514C; }
span { border-color: rgb(44,81,76); }
td.TdClassName
{
border-color: #2C514C;
}
.TagClassName
{
border-color: #2C514C;
}
</style>