Shades of Blue Dianne #3D4747
Tints of Blue Dianne #3D4747
RGB
CMYK
RGB Variations
Color information
#3D4747 (or 0x3D4747) is known color: Blue Dianne. HEX triplet: 3D, 47 and 47. RGB value is (61,71,71). Sum of RGB (Red+Green+Blue) = 61+71+71=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #3D4747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4747 is #C2B8B8. Grayscale: #444444. Windows color (decimal): -12761273 or 4671293. OLE color: 4671293.
HSL color Cylindrical-coordinate representation of color #3D4747: 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.14%. Process color model (Four color, CMYK) of #3D4747 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 71 | - |
| CMYK | 0.14 | 0 | 0 | 0.72 |
| HSL | 180º | 0.08% | 0.26% | - |
| HSV(B) | 180º | 0.14% | 0.28% | - |
| XYZ | 5.32 | 5.95 | 6.83 | - |
| YUV | 68.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 71 | 0.14 | 0 | 0 | 0.72 | 180 | 0.08 | 0.26 |
| Hex | 3D | 47 | 47 | E | 0 | 0 | 48 | B4 | 8 | 1A |
| Octal | 75 | 107 | 107 | 16 | 0 | 0 | 110 | 264 | 10 | 32 |
| Binary | 111101 | 1000111 | 1000111 | 1110 | 0 | 0 | 1001000 | 10110100 | 1000 | 11010 |
Color Harmonies of #3D4747
Complementary color
Monochromatic Colors of #3D4747
Black with #3D4747
Text Example
Text Example
White with #3D4747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4747; }
p { color: rgb(61,71,71); }
H1.HeaderClassName
{
color: #3D4747;
}
.AnyTagClassName
{
color: #3D4747;
}
</style>
background-color css
<style>
a { background-color: #3D4747; }
a { background-color: rgb(61,71,71); }
div.DivClassName
{
background-color: #3D4747;
}
.BgClassName
{
background-color: #3D4747;
}
</style>
border-color css
<style>
span { border-color: #3D4747; }
span { border-color: rgb(61,71,71); }
td.TdClassName
{
border-color: #3D4747;
}
.TagClassName
{
border-color: #3D4747;
}
</style>