Shades of Blue Dianne #345C56
Tints of Blue Dianne #345C56
RGB
CMYK
RGB Variations
Color information
#345C56 (or 0x345C56) is known color: Blue Dianne. HEX triplet: 34, 5C and 56. RGB value is (52,92,86). Sum of RGB (Red+Green+Blue) = 52+92+86=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #345C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C56 is #CBA3A9. Grayscale: #4F4F4F. Windows color (decimal): -13345706 or 5659700. OLE color: 5659700.
HSL color Cylindrical-coordinate representation of color #345C56: hue angle of 171º degrees, saturation: 0.28, 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 #345C56 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 86 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.64 |
| HSL | 171º | 0.28% | 0.28% | - |
| HSV(B) | 171º | 0.43% | 0.36% | - |
| XYZ | 6.92 | 9.06 | 10.19 | - |
| YUV | 79.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 86 | 0.43 | 0 | 0.07 | 0.64 | 171 | 0.28 | 0.28 |
| Hex | 34 | 5C | 56 | 2B | 0 | 7 | 40 | AB | 1C | 1C |
| Octal | 64 | 134 | 126 | 53 | 0 | 7 | 100 | 253 | 34 | 34 |
| Binary | 110100 | 1011100 | 1010110 | 101011 | 0 | 111 | 1000000 | 10101011 | 11100 | 11100 |
Color Harmonies of #345C56
Complementary color
Monochromatic Colors of #345C56
Black with #345C56
Text Example
Text Example
White with #345C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C56; }
p { color: rgb(52,92,86); }
H1.HeaderClassName
{
color: #345C56;
}
.AnyTagClassName
{
color: #345C56;
}
</style>
background-color css
<style>
a { background-color: #345C56; }
a { background-color: rgb(52,92,86); }
div.DivClassName
{
background-color: #345C56;
}
.BgClassName
{
background-color: #345C56;
}
</style>
border-color css
<style>
span { border-color: #345C56; }
span { border-color: rgb(52,92,86); }
td.TdClassName
{
border-color: #345C56;
}
.TagClassName
{
border-color: #345C56;
}
</style>