Shades of Blue Dianne #3C5653
Tints of Blue Dianne #3C5653
RGB
CMYK
RGB Variations
Color information
#3C5653 (or 0x3C5653) is known color: Blue Dianne. HEX triplet: 3C, 56 and 53. RGB value is (60,86,83). Sum of RGB (Red+Green+Blue) = 60+86+83=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5653 is #C3A9AC. Grayscale: #4D4D4D. Windows color (decimal): -12822957 or 5461564. OLE color: 5461564.
HSL color Cylindrical-coordinate representation of color #3C5653: hue angle of 173.08º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C5653 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 86 | 83 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.66 |
| HSL | 173.08º | 0.18% | 0.29% | - |
| HSV(B) | 173.08º | 0.3% | 0.34% | - |
| XYZ | 6.75 | 8.24 | 9.42 | - |
| YUV | 77.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 83 | 0.30 | 0 | 0.03 | 0.66 | 173.08 | 0.18 | 0.29 |
| Hex | 3C | 56 | 53 | 1E | 0 | 3 | 42 | AD | 12 | 1D |
| Octal | 74 | 126 | 123 | 36 | 0 | 3 | 102 | 255 | 22 | 35 |
| Binary | 111100 | 1010110 | 1010011 | 11110 | 0 | 11 | 1000010 | 10101101 | 10010 | 11101 |
Color Harmonies of #3C5653
Complementary color
Monochromatic Colors of #3C5653
Black with #3C5653
Text Example
Text Example
White with #3C5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5653; }
p { color: rgb(60,86,83); }
H1.HeaderClassName
{
color: #3C5653;
}
.AnyTagClassName
{
color: #3C5653;
}
</style>
background-color css
<style>
a { background-color: #3C5653; }
a { background-color: rgb(60,86,83); }
div.DivClassName
{
background-color: #3C5653;
}
.BgClassName
{
background-color: #3C5653;
}
</style>
border-color css
<style>
span { border-color: #3C5653; }
span { border-color: rgb(60,86,83); }
td.TdClassName
{
border-color: #3C5653;
}
.TagClassName
{
border-color: #3C5653;
}
</style>