Shades of Blue Dianne #354A49
Tints of Blue Dianne #354A49
RGB
CMYK
RGB Variations
Color information
#354A49 (or 0x354A49) is known color: Blue Dianne. HEX triplet: 35, 4A and 49. RGB value is (53,74,73). Sum of RGB (Red+Green+Blue) = 53+74+73=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 74 - color contains mainly: green. Hex color #354A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A49 is #CAB5B6. Grayscale: #434343. Windows color (decimal): -13284791 or 4803125. OLE color: 4803125.
HSL color Cylindrical-coordinate representation of color #354A49: hue angle of 177.14º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #354A49 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 74 | 73 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.71 |
| HSL | 177.14º | 0.17% | 0.25% | - |
| HSV(B) | 177.14º | 0.28% | 0.29% | - |
| XYZ | 5.12 | 6.14 | 7.22 | - |
| YUV | 67.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 73 | 0.28 | 0 | 0.01 | 0.71 | 177.14 | 0.17 | 0.25 |
| Hex | 35 | 4A | 49 | 1C | 0 | 1 | 47 | B1 | 11 | 19 |
| Octal | 65 | 112 | 111 | 34 | 0 | 1 | 107 | 261 | 21 | 31 |
| Binary | 110101 | 1001010 | 1001001 | 11100 | 0 | 1 | 1000111 | 10110001 | 10001 | 11001 |
Color Harmonies of #354A49
Complementary color
Monochromatic Colors of #354A49
Black with #354A49
Text Example
Text Example
White with #354A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A49; }
p { color: rgb(53,74,73); }
H1.HeaderClassName
{
color: #354A49;
}
.AnyTagClassName
{
color: #354A49;
}
</style>
background-color css
<style>
a { background-color: #354A49; }
a { background-color: rgb(53,74,73); }
div.DivClassName
{
background-color: #354A49;
}
.BgClassName
{
background-color: #354A49;
}
</style>
border-color css
<style>
span { border-color: #354A49; }
span { border-color: rgb(53,74,73); }
td.TdClassName
{
border-color: #354A49;
}
.TagClassName
{
border-color: #354A49;
}
</style>