Shades of Blue Dianne #345854
Tints of Blue Dianne #345854
RGB
CMYK
RGB Variations
Color information
#345854 (or 0x345854) is known color: Blue Dianne. HEX triplet: 34, 58 and 54. RGB value is (52,88,84). Sum of RGB (Red+Green+Blue) = 52+88+84=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #345854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345854 is #CBA7AB. Grayscale: #4C4C4C. Windows color (decimal): -13346732 or 5527604. OLE color: 5527604.
HSL color Cylindrical-coordinate representation of color #345854: hue angle of 173.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345854 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 88 | 84 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.65 |
| HSL | 173.33º | 0.26% | 0.27% | - |
| HSV(B) | 173.33º | 0.41% | 0.35% | - |
| XYZ | 6.51 | 8.35 | 9.66 | - |
| YUV | 76.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 84 | 0.41 | 0 | 0.05 | 0.65 | 173.33 | 0.26 | 0.27 |
| Hex | 34 | 58 | 54 | 29 | 0 | 5 | 41 | AD | 1A | 1B |
| Octal | 64 | 130 | 124 | 51 | 0 | 5 | 101 | 255 | 32 | 33 |
| Binary | 110100 | 1011000 | 1010100 | 101001 | 0 | 101 | 1000001 | 10101101 | 11010 | 11011 |
Color Harmonies of #345854
Complementary color
Monochromatic Colors of #345854
Black with #345854
Text Example
Text Example
White with #345854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345854; }
p { color: rgb(52,88,84); }
H1.HeaderClassName
{
color: #345854;
}
.AnyTagClassName
{
color: #345854;
}
</style>
background-color css
<style>
a { background-color: #345854; }
a { background-color: rgb(52,88,84); }
div.DivClassName
{
background-color: #345854;
}
.BgClassName
{
background-color: #345854;
}
</style>
border-color css
<style>
span { border-color: #345854; }
span { border-color: rgb(52,88,84); }
td.TdClassName
{
border-color: #345854;
}
.TagClassName
{
border-color: #345854;
}
</style>