Shades of Blue Dianne #345955
Tints of Blue Dianne #345955
RGB
CMYK
RGB Variations
Color information
#345955 (or 0x345955) is known color: Blue Dianne. HEX triplet: 34, 59 and 55. RGB value is (52,89,85). Sum of RGB (Red+Green+Blue) = 52+89+85=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #345955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345955 is #CBA6AA. Grayscale: #4D4D4D. Windows color (decimal): -13346475 or 5593396. OLE color: 5593396.
HSL color Cylindrical-coordinate representation of color #345955: hue angle of 173.51º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345955 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 85 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.65 |
| HSL | 173.51º | 0.26% | 0.28% | - |
| HSV(B) | 173.51º | 0.42% | 0.35% | - |
| XYZ | 6.63 | 8.53 | 9.89 | - |
| YUV | 77.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 85 | 0.42 | 0 | 0.04 | 0.65 | 173.51 | 0.26 | 0.28 |
| Hex | 34 | 59 | 55 | 2A | 0 | 4 | 41 | AE | 1A | 1C |
| Octal | 64 | 131 | 125 | 52 | 0 | 4 | 101 | 256 | 32 | 34 |
| Binary | 110100 | 1011001 | 1010101 | 101010 | 0 | 100 | 1000001 | 10101110 | 11010 | 11100 |
Color Harmonies of #345955
Complementary color
Monochromatic Colors of #345955
Black with #345955
Text Example
Text Example
White with #345955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345955; }
p { color: rgb(52,89,85); }
H1.HeaderClassName
{
color: #345955;
}
.AnyTagClassName
{
color: #345955;
}
</style>
background-color css
<style>
a { background-color: #345955; }
a { background-color: rgb(52,89,85); }
div.DivClassName
{
background-color: #345955;
}
.BgClassName
{
background-color: #345955;
}
</style>
border-color css
<style>
span { border-color: #345955; }
span { border-color: rgb(52,89,85); }
td.TdClassName
{
border-color: #345955;
}
.TagClassName
{
border-color: #345955;
}
</style>