Shades of Blue Dianne #355251
Tints of Blue Dianne #355251
RGB
CMYK
RGB Variations
Color information
#355251 (or 0x355251) is known color: Blue Dianne. HEX triplet: 35, 52 and 51. RGB value is (53,82,81). Sum of RGB (Red+Green+Blue) = 53+82+81=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #355251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355251 is #CAADAE. Grayscale: #494949. Windows color (decimal): -13282735 or 5329461. OLE color: 5329461.
HSL color Cylindrical-coordinate representation of color #355251: hue angle of 177.93º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355251 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 82 | 81 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.68 |
| HSL | 177.93º | 0.21% | 0.26% | - |
| HSV(B) | 177.93º | 0.35% | 0.32% | - |
| XYZ | 5.97 | 7.39 | 8.9 | - |
| YUV | 73.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 81 | 0.35 | 0 | 0.01 | 0.68 | 177.93 | 0.21 | 0.26 |
| Hex | 35 | 52 | 51 | 23 | 0 | 1 | 44 | B2 | 15 | 1A |
| Octal | 65 | 122 | 121 | 43 | 0 | 1 | 104 | 262 | 25 | 32 |
| Binary | 110101 | 1010010 | 1010001 | 100011 | 0 | 1 | 1000100 | 10110010 | 10101 | 11010 |
Color Harmonies of #355251
Complementary color
Monochromatic Colors of #355251
Black with #355251
Text Example
Text Example
White with #355251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355251; }
p { color: rgb(53,82,81); }
H1.HeaderClassName
{
color: #355251;
}
.AnyTagClassName
{
color: #355251;
}
</style>
background-color css
<style>
a { background-color: #355251; }
a { background-color: rgb(53,82,81); }
div.DivClassName
{
background-color: #355251;
}
.BgClassName
{
background-color: #355251;
}
</style>
border-color css
<style>
span { border-color: #355251; }
span { border-color: rgb(53,82,81); }
td.TdClassName
{
border-color: #355251;
}
.TagClassName
{
border-color: #355251;
}
</style>