Shades of Blue Dianne #345251
Tints of Blue Dianne #345251
RGB
CMYK
RGB Variations
Color information
#345251 (or 0x345251) is known color: Blue Dianne. HEX triplet: 34, 52 and 51. RGB value is (52,82,81). Sum of RGB (Red+Green+Blue) = 52+82+81=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #345251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345251 is #CBADAE. Grayscale: #484848. Windows color (decimal): -13348271 or 5329460. OLE color: 5329460.
HSL color Cylindrical-coordinate representation of color #345251: hue angle of 178º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345251 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 82 | 81 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.68 |
| HSL | 178º | 0.22% | 0.26% | - |
| HSV(B) | 178º | 0.37% | 0.32% | - |
| XYZ | 5.92 | 7.36 | 8.89 | - |
| YUV | 72.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 81 | 0.37 | 0 | 0.01 | 0.68 | 178 | 0.22 | 0.26 |
| Hex | 34 | 52 | 51 | 25 | 0 | 1 | 44 | B2 | 16 | 1A |
| Octal | 64 | 122 | 121 | 45 | 0 | 1 | 104 | 262 | 26 | 32 |
| Binary | 110100 | 1010010 | 1010001 | 100101 | 0 | 1 | 1000100 | 10110010 | 10110 | 11010 |
Color Harmonies of #345251
Complementary color
Monochromatic Colors of #345251
Black with #345251
Text Example
Text Example
White with #345251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345251; }
p { color: rgb(52,82,81); }
H1.HeaderClassName
{
color: #345251;
}
.AnyTagClassName
{
color: #345251;
}
</style>
background-color css
<style>
a { background-color: #345251; }
a { background-color: rgb(52,82,81); }
div.DivClassName
{
background-color: #345251;
}
.BgClassName
{
background-color: #345251;
}
</style>
border-color css
<style>
span { border-color: #345251; }
span { border-color: rgb(52,82,81); }
td.TdClassName
{
border-color: #345251;
}
.TagClassName
{
border-color: #345251;
}
</style>