Shades of Blue Dianne #344E4D
Tints of Blue Dianne #344E4D
RGB
CMYK
RGB Variations
Color information
#344E4D (or 0x344E4D) is known color: Blue Dianne. HEX triplet: 34, 4E and 4D. RGB value is (52,78,77). Sum of RGB (Red+Green+Blue) = 52+78+77=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #344E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E4D is #CBB1B2. Grayscale: #464646. Windows color (decimal): -13349299 or 5066292. OLE color: 5066292.
HSL color Cylindrical-coordinate representation of color #344E4D: hue angle of 177.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344E4D is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 77 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.69 |
| HSL | 177.69º | 0.2% | 0.25% | - |
| HSV(B) | 177.69º | 0.33% | 0.31% | - |
| XYZ | 5.48 | 6.71 | 8.03 | - |
| YUV | 70.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 77 | 0.33 | 0 | 0.01 | 0.69 | 177.69 | 0.2 | 0.25 |
| Hex | 34 | 4E | 4D | 21 | 0 | 1 | 45 | B2 | 14 | 19 |
| Octal | 64 | 116 | 115 | 41 | 0 | 1 | 105 | 262 | 24 | 31 |
| Binary | 110100 | 1001110 | 1001101 | 100001 | 0 | 1 | 1000101 | 10110010 | 10100 | 11001 |
Color Harmonies of #344E4D
Complementary color
Monochromatic Colors of #344E4D
Black with #344E4D
Text Example
Text Example
White with #344E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E4D; }
p { color: rgb(52,78,77); }
H1.HeaderClassName
{
color: #344E4D;
}
.AnyTagClassName
{
color: #344E4D;
}
</style>
background-color css
<style>
a { background-color: #344E4D; }
a { background-color: rgb(52,78,77); }
div.DivClassName
{
background-color: #344E4D;
}
.BgClassName
{
background-color: #344E4D;
}
</style>
border-color css
<style>
span { border-color: #344E4D; }
span { border-color: rgb(52,78,77); }
td.TdClassName
{
border-color: #344E4D;
}
.TagClassName
{
border-color: #344E4D;
}
</style>