Shades of Blue Dianne #334E4D
Tints of Blue Dianne #334E4D
RGB
CMYK
RGB Variations
Color information
#334E4D (or 0x334E4D) is known color: Blue Dianne. HEX triplet: 33, 4E and 4D. RGB value is (51,78,77). Sum of RGB (Red+Green+Blue) = 51+78+77=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #334E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E4D is #CCB1B2. Grayscale: #454545. Windows color (decimal): -13414835 or 5066291. OLE color: 5066291.
HSL color Cylindrical-coordinate representation of color #334E4D: hue angle of 177.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334E4D is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 77 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.69 |
| HSL | 177.78º | 0.21% | 0.25% | - |
| HSV(B) | 177.78º | 0.35% | 0.31% | - |
| XYZ | 5.43 | 6.69 | 8.03 | - |
| YUV | 69.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 77 | 0.35 | 0 | 0.01 | 0.69 | 177.78 | 0.21 | 0.25 |
| Hex | 33 | 4E | 4D | 23 | 0 | 1 | 45 | B2 | 15 | 19 |
| Octal | 63 | 116 | 115 | 43 | 0 | 1 | 105 | 262 | 25 | 31 |
| Binary | 110011 | 1001110 | 1001101 | 100011 | 0 | 1 | 1000101 | 10110010 | 10101 | 11001 |
Color Harmonies of #334E4D
Complementary color
Monochromatic Colors of #334E4D
Black with #334E4D
Text Example
Text Example
White with #334E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E4D; }
p { color: rgb(51,78,77); }
H1.HeaderClassName
{
color: #334E4D;
}
.AnyTagClassName
{
color: #334E4D;
}
</style>
background-color css
<style>
a { background-color: #334E4D; }
a { background-color: rgb(51,78,77); }
div.DivClassName
{
background-color: #334E4D;
}
.BgClassName
{
background-color: #334E4D;
}
</style>
border-color css
<style>
span { border-color: #334E4D; }
span { border-color: rgb(51,78,77); }
td.TdClassName
{
border-color: #334E4D;
}
.TagClassName
{
border-color: #334E4D;
}
</style>