Shades of Blue Dianne #345A54
Tints of Blue Dianne #345A54
RGB
CMYK
RGB Variations
Color information
#345A54 (or 0x345A54) is known color: Blue Dianne. HEX triplet: 34, 5A and 54. RGB value is (52,90,84). Sum of RGB (Red+Green+Blue) = 52+90+84=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #345A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A54 is #CBA5AB. Grayscale: #4D4D4D. Windows color (decimal): -13346220 or 5528116. OLE color: 5528116.
HSL color Cylindrical-coordinate representation of color #345A54: hue angle of 170.53º degrees, saturation: 0.27, 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 #345A54 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 84 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.65 |
| HSL | 170.53º | 0.27% | 0.28% | - |
| HSV(B) | 170.53º | 0.42% | 0.35% | - |
| XYZ | 6.67 | 8.68 | 9.71 | - |
| YUV | 77.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 84 | 0.42 | 0 | 0.07 | 0.65 | 170.53 | 0.27 | 0.28 |
| Hex | 34 | 5A | 54 | 2A | 0 | 7 | 41 | AB | 1B | 1C |
| Octal | 64 | 132 | 124 | 52 | 0 | 7 | 101 | 253 | 33 | 34 |
| Binary | 110100 | 1011010 | 1010100 | 101010 | 0 | 111 | 1000001 | 10101011 | 11011 | 11100 |
Color Harmonies of #345A54
Complementary color
Monochromatic Colors of #345A54
Black with #345A54
Text Example
Text Example
White with #345A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A54; }
p { color: rgb(52,90,84); }
H1.HeaderClassName
{
color: #345A54;
}
.AnyTagClassName
{
color: #345A54;
}
</style>
background-color css
<style>
a { background-color: #345A54; }
a { background-color: rgb(52,90,84); }
div.DivClassName
{
background-color: #345A54;
}
.BgClassName
{
background-color: #345A54;
}
</style>
border-color css
<style>
span { border-color: #345A54; }
span { border-color: rgb(52,90,84); }
td.TdClassName
{
border-color: #345A54;
}
.TagClassName
{
border-color: #345A54;
}
</style>