Shades of Blue Dianne #354C49
Tints of Blue Dianne #354C49
RGB
CMYK
RGB Variations
Color information
#354C49 (or 0x354C49) is known color: Blue Dianne. HEX triplet: 35, 4C and 49. RGB value is (53,76,73). Sum of RGB (Red+Green+Blue) = 53+76+73=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 76 - color contains mainly: green. Hex color #354C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C49 is #CAB3B6. Grayscale: #444444. Windows color (decimal): -13284279 or 4803637. OLE color: 4803637.
HSL color Cylindrical-coordinate representation of color #354C49: hue angle of 172.17º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354C49 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 73 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.70 |
| HSL | 172.17º | 0.18% | 0.25% | - |
| HSV(B) | 172.17º | 0.3% | 0.3% | - |
| XYZ | 5.26 | 6.41 | 7.26 | - |
| YUV | 68.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 73 | 0.30 | 0 | 0.04 | 0.70 | 172.17 | 0.18 | 0.25 |
| Hex | 35 | 4C | 49 | 1E | 0 | 4 | 46 | AC | 12 | 19 |
| Octal | 65 | 114 | 111 | 36 | 0 | 4 | 106 | 254 | 22 | 31 |
| Binary | 110101 | 1001100 | 1001001 | 11110 | 0 | 100 | 1000110 | 10101100 | 10010 | 11001 |
Color Harmonies of #354C49
Complementary color
Monochromatic Colors of #354C49
Black with #354C49
Text Example
Text Example
White with #354C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C49; }
p { color: rgb(53,76,73); }
H1.HeaderClassName
{
color: #354C49;
}
.AnyTagClassName
{
color: #354C49;
}
</style>
background-color css
<style>
a { background-color: #354C49; }
a { background-color: rgb(53,76,73); }
div.DivClassName
{
background-color: #354C49;
}
.BgClassName
{
background-color: #354C49;
}
</style>
border-color css
<style>
span { border-color: #354C49; }
span { border-color: rgb(53,76,73); }
td.TdClassName
{
border-color: #354C49;
}
.TagClassName
{
border-color: #354C49;
}
</style>