Shades of Blue Dianne #345954
Tints of Blue Dianne #345954
RGB
CMYK
RGB Variations
Color information
#345954 (or 0x345954) is known color: Blue Dianne. HEX triplet: 34, 59 and 54. RGB value is (52,89,84). Sum of RGB (Red+Green+Blue) = 52+89+84=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #345954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345954 is #CBA6AB. Grayscale: #4D4D4D. Windows color (decimal): -13346476 or 5527860. OLE color: 5527860.
HSL color Cylindrical-coordinate representation of color #345954: hue angle of 171.89º 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 #345954 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 84 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.65 |
| HSL | 171.89º | 0.26% | 0.28% | - |
| HSV(B) | 171.89º | 0.42% | 0.35% | - |
| XYZ | 6.59 | 8.51 | 9.68 | - |
| YUV | 77.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 84 | 0.42 | 0 | 0.06 | 0.65 | 171.89 | 0.26 | 0.28 |
| Hex | 34 | 59 | 54 | 2A | 0 | 6 | 41 | AC | 1A | 1C |
| Octal | 64 | 131 | 124 | 52 | 0 | 6 | 101 | 254 | 32 | 34 |
| Binary | 110100 | 1011001 | 1010100 | 101010 | 0 | 110 | 1000001 | 10101100 | 11010 | 11100 |
Color Harmonies of #345954
Complementary color
Monochromatic Colors of #345954
Black with #345954
Text Example
Text Example
White with #345954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345954; }
p { color: rgb(52,89,84); }
H1.HeaderClassName
{
color: #345954;
}
.AnyTagClassName
{
color: #345954;
}
</style>
background-color css
<style>
a { background-color: #345954; }
a { background-color: rgb(52,89,84); }
div.DivClassName
{
background-color: #345954;
}
.BgClassName
{
background-color: #345954;
}
</style>
border-color css
<style>
span { border-color: #345954; }
span { border-color: rgb(52,89,84); }
td.TdClassName
{
border-color: #345954;
}
.TagClassName
{
border-color: #345954;
}
</style>