Shades of Blue Dianne #345B56
Tints of Blue Dianne #345B56
RGB
CMYK
RGB Variations
Color information
#345B56 (or 0x345B56) is known color: Blue Dianne. HEX triplet: 34, 5B and 56. RGB value is (52,91,86). Sum of RGB (Red+Green+Blue) = 52+91+86=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #345B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B56 is #CBA4A9. Grayscale: #4E4E4E. Windows color (decimal): -13345962 or 5659444. OLE color: 5659444.
HSL color Cylindrical-coordinate representation of color #345B56: hue angle of 172.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345B56 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 86 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.64 |
| HSL | 172.31º | 0.27% | 0.28% | - |
| HSV(B) | 172.31º | 0.43% | 0.36% | - |
| XYZ | 6.84 | 8.88 | 10.16 | - |
| YUV | 78.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 86 | 0.43 | 0 | 0.05 | 0.64 | 172.31 | 0.27 | 0.28 |
| Hex | 34 | 5B | 56 | 2B | 0 | 5 | 40 | AC | 1B | 1C |
| Octal | 64 | 133 | 126 | 53 | 0 | 5 | 100 | 254 | 33 | 34 |
| Binary | 110100 | 1011011 | 1010110 | 101011 | 0 | 101 | 1000000 | 10101100 | 11011 | 11100 |
Color Harmonies of #345B56
Complementary color
Monochromatic Colors of #345B56
Black with #345B56
Text Example
Text Example
White with #345B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B56; }
p { color: rgb(52,91,86); }
H1.HeaderClassName
{
color: #345B56;
}
.AnyTagClassName
{
color: #345B56;
}
</style>
background-color css
<style>
a { background-color: #345B56; }
a { background-color: rgb(52,91,86); }
div.DivClassName
{
background-color: #345B56;
}
.BgClassName
{
background-color: #345B56;
}
</style>
border-color css
<style>
span { border-color: #345B56; }
span { border-color: rgb(52,91,86); }
td.TdClassName
{
border-color: #345B56;
}
.TagClassName
{
border-color: #345B56;
}
</style>