Shades of Blue Zodiac #3D4049
Tints of Blue Zodiac #3D4049
RGB
CMYK
RGB Variations
Color information
#3D4049 (or 0x3D4049) is known color: Blue Zodiac. HEX triplet: 3D, 40 and 49. RGB value is (61,64,73). Sum of RGB (Red+Green+Blue) = 61+64+73=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D4049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4049 is #C2BFB6. Grayscale: #404040. Windows color (decimal): -12763063 or 4800573. OLE color: 4800573.
HSL color Cylindrical-coordinate representation of color #3D4049: hue angle of 225º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D4049 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 64 | 73 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.71 |
| HSL | 225º | 0.09% | 0.26% | - |
| HSV(B) | 225º | 0.16% | 0.29% | - |
| XYZ | 4.96 | 5.14 | 7.03 | - |
| YUV | 64.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 73 | 0.16 | 0.12 | 0 | 0.71 | 225 | 0.09 | 0.26 |
| Hex | 3D | 40 | 49 | 10 | C | 0 | 47 | E1 | 9 | 1A |
| Octal | 75 | 100 | 111 | 20 | 14 | 0 | 107 | 341 | 11 | 32 |
| Binary | 111101 | 1000000 | 1001001 | 10000 | 1100 | 0 | 1000111 | 11100001 | 1001 | 11010 |
Color Harmonies of #3D4049
Complementary color
Monochromatic Colors of #3D4049
Black with #3D4049
Text Example
Text Example
White with #3D4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4049; }
p { color: rgb(61,64,73); }
H1.HeaderClassName
{
color: #3D4049;
}
.AnyTagClassName
{
color: #3D4049;
}
</style>
background-color css
<style>
a { background-color: #3D4049; }
a { background-color: rgb(61,64,73); }
div.DivClassName
{
background-color: #3D4049;
}
.BgClassName
{
background-color: #3D4049;
}
</style>
border-color css
<style>
span { border-color: #3D4049; }
span { border-color: rgb(61,64,73); }
td.TdClassName
{
border-color: #3D4049;
}
.TagClassName
{
border-color: #3D4049;
}
</style>