Shades of Blue Dianne #33514E
Tints of Blue Dianne #33514E
RGB
CMYK
RGB Variations
Color information
#33514E (or 0x33514E) is known color: Blue Dianne. HEX triplet: 33, 51 and 4E. RGB value is (51,81,78). Sum of RGB (Red+Green+Blue) = 51+81+78=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #33514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33514E is #CCAEB1. Grayscale: #474747. Windows color (decimal): -13414066 or 5132595. OLE color: 5132595.
HSL color Cylindrical-coordinate representation of color #33514E: hue angle of 174º degrees, saturation: 0.23, 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 #33514E is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 78 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.68 |
| HSL | 174º | 0.23% | 0.26% | - |
| HSV(B) | 174º | 0.37% | 0.32% | - |
| XYZ | 5.68 | 7.14 | 8.29 | - |
| YUV | 71.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 78 | 0.37 | 0 | 0.04 | 0.68 | 174 | 0.23 | 0.26 |
| Hex | 33 | 51 | 4E | 25 | 0 | 4 | 44 | AE | 17 | 1A |
| Octal | 63 | 121 | 116 | 45 | 0 | 4 | 104 | 256 | 27 | 32 |
| Binary | 110011 | 1010001 | 1001110 | 100101 | 0 | 100 | 1000100 | 10101110 | 10111 | 11010 |
Color Harmonies of #33514E
Complementary color
Monochromatic Colors of #33514E
Black with #33514E
Text Example
Text Example
White with #33514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33514E; }
p { color: rgb(51,81,78); }
H1.HeaderClassName
{
color: #33514E;
}
.AnyTagClassName
{
color: #33514E;
}
</style>
background-color css
<style>
a { background-color: #33514E; }
a { background-color: rgb(51,81,78); }
div.DivClassName
{
background-color: #33514E;
}
.BgClassName
{
background-color: #33514E;
}
</style>
border-color css
<style>
span { border-color: #33514E; }
span { border-color: rgb(51,81,78); }
td.TdClassName
{
border-color: #33514E;
}
.TagClassName
{
border-color: #33514E;
}
</style>