Shades of Blue Dianne #3C5551
Tints of Blue Dianne #3C5551
RGB
CMYK
RGB Variations
Color information
#3C5551 (or 0x3C5551) is known color: Blue Dianne. HEX triplet: 3C, 55 and 51. RGB value is (60,85,81). Sum of RGB (Red+Green+Blue) = 60+85+81=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5551 is #C3AAAE. Grayscale: #4D4D4D. Windows color (decimal): -12823215 or 5330236. OLE color: 5330236.
HSL color Cylindrical-coordinate representation of color #3C5551: hue angle of 170.4º 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 #3C5551 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
RGB | 60 | 85 | 81 | - |
CMYK | 0.29 | 0 | 0.05 | 0.67 |
HSL | 170.4º | 0.17% | 0.28% | - |
HSV(B) | 170.4º | 0.29% | 0.33% | - |
XYZ | 6.6 | 8.05 | 8.99 | - |
YUV | 77.07 | 130.22 | 115.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 85 | 81 | 0.29 | 0 | 0.05 | 0.67 | 170.4 | 0.17 | 0.28 |
Hex | 3C | 55 | 51 | 1D | 0 | 5 | 43 | AA | 11 | 1C |
Octal | 74 | 125 | 121 | 35 | 0 | 5 | 103 | 252 | 21 | 34 |
Binary | 111100 | 1010101 | 1010001 | 11101 | 0 | 101 | 1000011 | 10101010 | 10001 | 11100 |
Color Harmonies of #3C5551
Complementary color
Monochromatic Colors of #3C5551
Black with #3C5551
Text Example
Text Example
White with #3C5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5551; }
p { color: rgb(60,85,81); }
H1.HeaderClassName
{
color: #3C5551;
}
.AnyTagClassName
{
color: #3C5551;
}
</style>
background-color css
<style>
a { background-color: #3C5551; }
a { background-color: rgb(60,85,81); }
div.DivClassName
{
background-color: #3C5551;
}
.BgClassName
{
background-color: #3C5551;
}
</style>
border-color css
<style>
span { border-color: #3C5551; }
span { border-color: rgb(60,85,81); }
td.TdClassName
{
border-color: #3C5551;
}
.TagClassName
{
border-color: #3C5551;
}
</style>