Shades of Blue Dianne #345B55
Tints of Blue Dianne #345B55
RGB
CMYK
RGB Variations
Color information
#345B55 (or 0x345B55) is known color: Blue Dianne. HEX triplet: 34, 5B and 55. RGB value is (52,91,85). Sum of RGB (Red+Green+Blue) = 52+91+85=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 91 - color contains mainly: green. Hex color #345B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B55 is #CBA4AA. Grayscale: #4E4E4E. Windows color (decimal): -13345963 or 5593908. OLE color: 5593908.
HSL color Cylindrical-coordinate representation of color #345B55: hue angle of 170.77º 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 #345B55 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 85 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.64 |
| HSL | 170.77º | 0.27% | 0.28% | - |
| HSV(B) | 170.77º | 0.43% | 0.36% | - |
| XYZ | 6.8 | 8.87 | 9.95 | - |
| YUV | 78.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 85 | 0.43 | 0 | 0.07 | 0.64 | 170.77 | 0.27 | 0.28 |
| Hex | 34 | 5B | 55 | 2B | 0 | 7 | 40 | AB | 1B | 1C |
| Octal | 64 | 133 | 125 | 53 | 0 | 7 | 100 | 253 | 33 | 34 |
| Binary | 110100 | 1011011 | 1010101 | 101011 | 0 | 111 | 1000000 | 10101011 | 11011 | 11100 |
Color Harmonies of #345B55
Complementary color
Monochromatic Colors of #345B55
Black with #345B55
Text Example
Text Example
White with #345B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B55; }
p { color: rgb(52,91,85); }
H1.HeaderClassName
{
color: #345B55;
}
.AnyTagClassName
{
color: #345B55;
}
</style>
background-color css
<style>
a { background-color: #345B55; }
a { background-color: rgb(52,91,85); }
div.DivClassName
{
background-color: #345B55;
}
.BgClassName
{
background-color: #345B55;
}
</style>
border-color css
<style>
span { border-color: #345B55; }
span { border-color: rgb(52,91,85); }
td.TdClassName
{
border-color: #345B55;
}
.TagClassName
{
border-color: #345B55;
}
</style>