Shades of Blue Dianne #3C4747
Tints of Blue Dianne #3C4747
RGB
CMYK
RGB Variations
Color information
#3C4747 (or 0x3C4747) is known color: Blue Dianne. HEX triplet: 3C, 47 and 47. RGB value is (60,71,71). Sum of RGB (Red+Green+Blue) = 60+71+71=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #3C4747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4747 is #C3B8B8. Grayscale: #434343. Windows color (decimal): -12826809 or 4671292. OLE color: 4671292.
HSL color Cylindrical-coordinate representation of color #3C4747: hue angle of 180º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C4747 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 71 | - |
| CMYK | 0.15 | 0 | 0 | 0.72 |
| HSL | 180º | 0.08% | 0.26% | - |
| HSV(B) | 180º | 0.15% | 0.28% | - |
| XYZ | 5.25 | 5.92 | 6.83 | - |
| YUV | 67.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 71 | 0.15 | 0 | 0 | 0.72 | 180 | 0.08 | 0.26 |
| Hex | 3C | 47 | 47 | F | 0 | 0 | 48 | B4 | 8 | 1A |
| Octal | 74 | 107 | 107 | 17 | 0 | 0 | 110 | 264 | 10 | 32 |
| Binary | 111100 | 1000111 | 1000111 | 1111 | 0 | 0 | 1001000 | 10110100 | 1000 | 11010 |
Color Harmonies of #3C4747
Complementary color
Monochromatic Colors of #3C4747
Black with #3C4747
Text Example
Text Example
White with #3C4747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4747; }
p { color: rgb(60,71,71); }
H1.HeaderClassName
{
color: #3C4747;
}
.AnyTagClassName
{
color: #3C4747;
}
</style>
background-color css
<style>
a { background-color: #3C4747; }
a { background-color: rgb(60,71,71); }
div.DivClassName
{
background-color: #3C4747;
}
.BgClassName
{
background-color: #3C4747;
}
</style>
border-color css
<style>
span { border-color: #3C4747; }
span { border-color: rgb(60,71,71); }
td.TdClassName
{
border-color: #3C4747;
}
.TagClassName
{
border-color: #3C4747;
}
</style>