Shades of Blue Dianne #345752
Tints of Blue Dianne #345752
RGB
CMYK
RGB Variations
Color information
#345752 (or 0x345752) is known color: Blue Dianne. HEX triplet: 34, 57 and 52. RGB value is (52,87,82). Sum of RGB (Red+Green+Blue) = 52+87+82=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #345752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345752 is #CBA8AD. Grayscale: #4B4B4B. Windows color (decimal): -13346990 or 5396276. OLE color: 5396276.
HSL color Cylindrical-coordinate representation of color #345752: hue angle of 171.43º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345752 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 82 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.66 |
| HSL | 171.43º | 0.25% | 0.27% | - |
| HSV(B) | 171.43º | 0.4% | 0.34% | - |
| XYZ | 6.35 | 8.16 | 9.22 | - |
| YUV | 75.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 82 | 0.40 | 0 | 0.06 | 0.66 | 171.43 | 0.25 | 0.27 |
| Hex | 34 | 57 | 52 | 28 | 0 | 6 | 42 | AB | 19 | 1B |
| Octal | 64 | 127 | 122 | 50 | 0 | 6 | 102 | 253 | 31 | 33 |
| Binary | 110100 | 1010111 | 1010010 | 101000 | 0 | 110 | 1000010 | 10101011 | 11001 | 11011 |
Color Harmonies of #345752
Complementary color
Monochromatic Colors of #345752
Black with #345752
Text Example
Text Example
White with #345752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345752; }
p { color: rgb(52,87,82); }
H1.HeaderClassName
{
color: #345752;
}
.AnyTagClassName
{
color: #345752;
}
</style>
background-color css
<style>
a { background-color: #345752; }
a { background-color: rgb(52,87,82); }
div.DivClassName
{
background-color: #345752;
}
.BgClassName
{
background-color: #345752;
}
</style>
border-color css
<style>
span { border-color: #345752; }
span { border-color: rgb(52,87,82); }
td.TdClassName
{
border-color: #345752;
}
.TagClassName
{
border-color: #345752;
}
</style>