Shades of Blue Dianne #3B5451
Tints of Blue Dianne #3B5451
RGB
CMYK
RGB Variations
Color information
#3B5451 (or 0x3B5451) is known color: Blue Dianne. HEX triplet: 3B, 54 and 51. RGB value is (59,84,81). Sum of RGB (Red+Green+Blue) = 59+84+81=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5451 is #C4ABAE. Grayscale: #4C4C4C. Windows color (decimal): -12889007 or 5329979. OLE color: 5329979.
HSL color Cylindrical-coordinate representation of color #3B5451: hue angle of 172.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B5451 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 81 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.67 |
| HSL | 172.8º | 0.17% | 0.28% | - |
| HSV(B) | 172.8º | 0.3% | 0.33% | - |
| XYZ | 6.46 | 7.86 | 8.96 | - |
| YUV | 76.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 81 | 0.30 | 0 | 0.04 | 0.67 | 172.8 | 0.17 | 0.28 |
| Hex | 3B | 54 | 51 | 1E | 0 | 4 | 43 | AD | 11 | 1C |
| Octal | 73 | 124 | 121 | 36 | 0 | 4 | 103 | 255 | 21 | 34 |
| Binary | 111011 | 1010100 | 1010001 | 11110 | 0 | 100 | 1000011 | 10101101 | 10001 | 11100 |
Color Harmonies of #3B5451
Complementary color
Monochromatic Colors of #3B5451
Black with #3B5451
Text Example
Text Example
White with #3B5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5451; }
p { color: rgb(59,84,81); }
H1.HeaderClassName
{
color: #3B5451;
}
.AnyTagClassName
{
color: #3B5451;
}
</style>
background-color css
<style>
a { background-color: #3B5451; }
a { background-color: rgb(59,84,81); }
div.DivClassName
{
background-color: #3B5451;
}
.BgClassName
{
background-color: #3B5451;
}
</style>
border-color css
<style>
span { border-color: #3B5451; }
span { border-color: rgb(59,84,81); }
td.TdClassName
{
border-color: #3B5451;
}
.TagClassName
{
border-color: #3B5451;
}
</style>