Shades of Blue Dianne #325453
Tints of Blue Dianne #325453
RGB
CMYK
RGB Variations
Color information
#325453 (or 0x325453) is known color: Blue Dianne. HEX triplet: 32, 54 and 53. RGB value is (50,84,83). Sum of RGB (Red+Green+Blue) = 50+84+83=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #325453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325453 is #CDABAC. Grayscale: #494949. Windows color (decimal): -13478829 or 5461042. OLE color: 5461042.
HSL color Cylindrical-coordinate representation of color #325453: hue angle of 178.24º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325453 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 83 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.67 |
| HSL | 178.24º | 0.25% | 0.26% | - |
| HSV(B) | 178.24º | 0.4% | 0.33% | - |
| XYZ | 6.05 | 7.64 | 9.34 | - |
| YUV | 73.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 83 | 0.40 | 0 | 0.01 | 0.67 | 178.24 | 0.25 | 0.26 |
| Hex | 32 | 54 | 53 | 28 | 0 | 1 | 43 | B2 | 19 | 1A |
| Octal | 62 | 124 | 123 | 50 | 0 | 1 | 103 | 262 | 31 | 32 |
| Binary | 110010 | 1010100 | 1010011 | 101000 | 0 | 1 | 1000011 | 10110010 | 11001 | 11010 |
Color Harmonies of #325453
Complementary color
Monochromatic Colors of #325453
Black with #325453
Text Example
Text Example
White with #325453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325453; }
p { color: rgb(50,84,83); }
H1.HeaderClassName
{
color: #325453;
}
.AnyTagClassName
{
color: #325453;
}
</style>
background-color css
<style>
a { background-color: #325453; }
a { background-color: rgb(50,84,83); }
div.DivClassName
{
background-color: #325453;
}
.BgClassName
{
background-color: #325453;
}
</style>
border-color css
<style>
span { border-color: #325453; }
span { border-color: rgb(50,84,83); }
td.TdClassName
{
border-color: #325453;
}
.TagClassName
{
border-color: #325453;
}
</style>