Shades of Blue Dianne #345653
Tints of Blue Dianne #345653
RGB
CMYK
RGB Variations
Color information
#345653 (or 0x345653) is known color: Blue Dianne. HEX triplet: 34, 56 and 53. RGB value is (52,86,83). Sum of RGB (Red+Green+Blue) = 52+86+83=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #345653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345653 is #CBA9AC. Grayscale: #4B4B4B. Windows color (decimal): -13347245 or 5461556. OLE color: 5461556.
HSL color Cylindrical-coordinate representation of color #345653: hue angle of 174.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345653 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 83 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.66 |
| HSL | 174.71º | 0.25% | 0.27% | - |
| HSV(B) | 174.71º | 0.4% | 0.34% | - |
| XYZ | 6.31 | 8.01 | 9.4 | - |
| YUV | 75.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 83 | 0.40 | 0 | 0.03 | 0.66 | 174.71 | 0.25 | 0.27 |
| Hex | 34 | 56 | 53 | 28 | 0 | 3 | 42 | AF | 19 | 1B |
| Octal | 64 | 126 | 123 | 50 | 0 | 3 | 102 | 257 | 31 | 33 |
| Binary | 110100 | 1010110 | 1010011 | 101000 | 0 | 11 | 1000010 | 10101111 | 11001 | 11011 |
Color Harmonies of #345653
Complementary color
Monochromatic Colors of #345653
Black with #345653
Text Example
Text Example
White with #345653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345653; }
p { color: rgb(52,86,83); }
H1.HeaderClassName
{
color: #345653;
}
.AnyTagClassName
{
color: #345653;
}
</style>
background-color css
<style>
a { background-color: #345653; }
a { background-color: rgb(52,86,83); }
div.DivClassName
{
background-color: #345653;
}
.BgClassName
{
background-color: #345653;
}
</style>
border-color css
<style>
span { border-color: #345653; }
span { border-color: rgb(52,86,83); }
td.TdClassName
{
border-color: #345653;
}
.TagClassName
{
border-color: #345653;
}
</style>