Shades of Blue Dianne #334D4B
Tints of Blue Dianne #334D4B
RGB
CMYK
RGB Variations
Color information
#334D4B (or 0x334D4B) is known color: Blue Dianne. HEX triplet: 33, 4D and 4B. RGB value is (51,77,75). Sum of RGB (Red+Green+Blue) = 51+77+75=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #334D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D4B is #CCB2B4. Grayscale: #444444. Windows color (decimal): -13415093 or 4934963. OLE color: 4934963.
HSL color Cylindrical-coordinate representation of color #334D4B: hue angle of 175.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334D4B is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 75 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.70 |
| HSL | 175.38º | 0.2% | 0.25% | - |
| HSV(B) | 175.38º | 0.34% | 0.3% | - |
| XYZ | 5.29 | 6.52 | 7.64 | - |
| YUV | 69 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 75 | 0.34 | 0 | 0.03 | 0.70 | 175.38 | 0.2 | 0.25 |
| Hex | 33 | 4D | 4B | 22 | 0 | 3 | 46 | AF | 14 | 19 |
| Octal | 63 | 115 | 113 | 42 | 0 | 3 | 106 | 257 | 24 | 31 |
| Binary | 110011 | 1001101 | 1001011 | 100010 | 0 | 11 | 1000110 | 10101111 | 10100 | 11001 |
Color Harmonies of #334D4B
Complementary color
Monochromatic Colors of #334D4B
Black with #334D4B
Text Example
Text Example
White with #334D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D4B; }
p { color: rgb(51,77,75); }
H1.HeaderClassName
{
color: #334D4B;
}
.AnyTagClassName
{
color: #334D4B;
}
</style>
background-color css
<style>
a { background-color: #334D4B; }
a { background-color: rgb(51,77,75); }
div.DivClassName
{
background-color: #334D4B;
}
.BgClassName
{
background-color: #334D4B;
}
</style>
border-color css
<style>
span { border-color: #334D4B; }
span { border-color: rgb(51,77,75); }
td.TdClassName
{
border-color: #334D4B;
}
.TagClassName
{
border-color: #334D4B;
}
</style>