Shades of Blue Dianne #355352
Tints of Blue Dianne #355352
RGB
CMYK
RGB Variations
Color information
#355352 (or 0x355352) is known color: Blue Dianne. HEX triplet: 35, 53 and 52. RGB value is (53,83,82). Sum of RGB (Red+Green+Blue) = 53+83+82=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #355352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355352 is #CAACAD. Grayscale: #494949. Windows color (decimal): -13282478 or 5395253. OLE color: 5395253.
HSL color Cylindrical-coordinate representation of color #355352: hue angle of 178º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355352 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 83 | 82 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.67 |
| HSL | 178º | 0.22% | 0.27% | - |
| HSV(B) | 178º | 0.36% | 0.33% | - |
| XYZ | 6.08 | 7.55 | 9.12 | - |
| YUV | 73.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 82 | 0.36 | 0 | 0.01 | 0.67 | 178 | 0.22 | 0.27 |
| Hex | 35 | 53 | 52 | 24 | 0 | 1 | 43 | B2 | 16 | 1B |
| Octal | 65 | 123 | 122 | 44 | 0 | 1 | 103 | 262 | 26 | 33 |
| Binary | 110101 | 1010011 | 1010010 | 100100 | 0 | 1 | 1000011 | 10110010 | 10110 | 11011 |
Color Harmonies of #355352
Complementary color
Monochromatic Colors of #355352
Black with #355352
Text Example
Text Example
White with #355352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355352; }
p { color: rgb(53,83,82); }
H1.HeaderClassName
{
color: #355352;
}
.AnyTagClassName
{
color: #355352;
}
</style>
background-color css
<style>
a { background-color: #355352; }
a { background-color: rgb(53,83,82); }
div.DivClassName
{
background-color: #355352;
}
.BgClassName
{
background-color: #355352;
}
</style>
border-color css
<style>
span { border-color: #355352; }
span { border-color: rgb(53,83,82); }
td.TdClassName
{
border-color: #355352;
}
.TagClassName
{
border-color: #355352;
}
</style>