Shades of Blue Dianne #2C534D
Tints of Blue Dianne #2C534D
RGB
CMYK
RGB Variations
Color information
#2C534D (or 0x2C534D) is known color: Blue Dianne. HEX triplet: 2C, 53 and 4D. RGB value is (44,83,77). Sum of RGB (Red+Green+Blue) = 44+83+77=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #2C534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C534D is #D3ACB2. Grayscale: #464646. Windows color (decimal): -13872307 or 5067564. OLE color: 5067564.
HSL color Cylindrical-coordinate representation of color #2C534D: hue angle of 170.77º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C534D is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 77 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.67 |
| HSL | 170.77º | 0.31% | 0.25% | - |
| HSV(B) | 170.77º | 0.47% | 0.33% | - |
| XYZ | 5.47 | 7.26 | 8.13 | - |
| YUV | 70.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 77 | 0.47 | 0 | 0.07 | 0.67 | 170.77 | 0.31 | 0.25 |
| Hex | 2C | 53 | 4D | 2F | 0 | 7 | 43 | AB | 1F | 19 |
| Octal | 54 | 123 | 115 | 57 | 0 | 7 | 103 | 253 | 37 | 31 |
| Binary | 101100 | 1010011 | 1001101 | 101111 | 0 | 111 | 1000011 | 10101011 | 11111 | 11001 |
Color Harmonies of #2C534D
Complementary color
Monochromatic Colors of #2C534D
Black with #2C534D
Text Example
Text Example
White with #2C534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C534D; }
p { color: rgb(44,83,77); }
H1.HeaderClassName
{
color: #2C534D;
}
.AnyTagClassName
{
color: #2C534D;
}
</style>
background-color css
<style>
a { background-color: #2C534D; }
a { background-color: rgb(44,83,77); }
div.DivClassName
{
background-color: #2C534D;
}
.BgClassName
{
background-color: #2C534D;
}
</style>
border-color css
<style>
span { border-color: #2C534D; }
span { border-color: rgb(44,83,77); }
td.TdClassName
{
border-color: #2C534D;
}
.TagClassName
{
border-color: #2C534D;
}
</style>