Shades of Blue Dianne #355450
Tints of Blue Dianne #355450
RGB
CMYK
RGB Variations
Color information
#355450 (or 0x355450) is known color: Blue Dianne. HEX triplet: 35, 54 and 50. RGB value is (53,84,80). Sum of RGB (Red+Green+Blue) = 53+84+80=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #355450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355450 is #CAABAF. Grayscale: #4A4A4A. Windows color (decimal): -13282224 or 5264437. OLE color: 5264437.
HSL color Cylindrical-coordinate representation of color #355450: hue angle of 172.26º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355450 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 80 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.67 |
| HSL | 172.26º | 0.23% | 0.27% | - |
| HSV(B) | 172.26º | 0.37% | 0.33% | - |
| XYZ | 6.09 | 7.68 | 8.75 | - |
| YUV | 74.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 80 | 0.37 | 0 | 0.05 | 0.67 | 172.26 | 0.23 | 0.27 |
| Hex | 35 | 54 | 50 | 25 | 0 | 5 | 43 | AC | 17 | 1B |
| Octal | 65 | 124 | 120 | 45 | 0 | 5 | 103 | 254 | 27 | 33 |
| Binary | 110101 | 1010100 | 1010000 | 100101 | 0 | 101 | 1000011 | 10101100 | 10111 | 11011 |
Color Harmonies of #355450
Complementary color
Monochromatic Colors of #355450
Black with #355450
Text Example
Text Example
White with #355450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355450; }
p { color: rgb(53,84,80); }
H1.HeaderClassName
{
color: #355450;
}
.AnyTagClassName
{
color: #355450;
}
</style>
background-color css
<style>
a { background-color: #355450; }
a { background-color: rgb(53,84,80); }
div.DivClassName
{
background-color: #355450;
}
.BgClassName
{
background-color: #355450;
}
</style>
border-color css
<style>
span { border-color: #355450; }
span { border-color: rgb(53,84,80); }
td.TdClassName
{
border-color: #355450;
}
.TagClassName
{
border-color: #355450;
}
</style>