Shades of Blue Dianne #3C5451
Tints of Blue Dianne #3C5451
RGB
CMYK
RGB Variations
Color information
#3C5451 (or 0x3C5451) is known color: Blue Dianne. HEX triplet: 3C, 54 and 51. RGB value is (60,84,81). Sum of RGB (Red+Green+Blue) = 60+84+81=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5451 is #C3ABAE. Grayscale: #4C4C4C. Windows color (decimal): -12823471 or 5329980. OLE color: 5329980.
HSL color Cylindrical-coordinate representation of color #3C5451: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5451 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 81 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.67 |
| HSL | 172.5º | 0.17% | 0.28% | - |
| HSV(B) | 172.5º | 0.29% | 0.33% | - |
| XYZ | 6.52 | 7.9 | 8.96 | - |
| YUV | 76.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 81 | 0.29 | 0 | 0.04 | 0.67 | 172.5 | 0.17 | 0.28 |
| Hex | 3C | 54 | 51 | 1D | 0 | 4 | 43 | AC | 11 | 1C |
| Octal | 74 | 124 | 121 | 35 | 0 | 4 | 103 | 254 | 21 | 34 |
| Binary | 111100 | 1010100 | 1010001 | 11101 | 0 | 100 | 1000011 | 10101100 | 10001 | 11100 |
Color Harmonies of #3C5451
Complementary color
Monochromatic Colors of #3C5451
Black with #3C5451
Text Example
Text Example
White with #3C5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5451; }
p { color: rgb(60,84,81); }
H1.HeaderClassName
{
color: #3C5451;
}
.AnyTagClassName
{
color: #3C5451;
}
</style>
background-color css
<style>
a { background-color: #3C5451; }
a { background-color: rgb(60,84,81); }
div.DivClassName
{
background-color: #3C5451;
}
.BgClassName
{
background-color: #3C5451;
}
</style>
border-color css
<style>
span { border-color: #3C5451; }
span { border-color: rgb(60,84,81); }
td.TdClassName
{
border-color: #3C5451;
}
.TagClassName
{
border-color: #3C5451;
}
</style>