Shades of Blue Zodiac #3D424D
Tints of Blue Zodiac #3D424D
RGB
CMYK
RGB Variations
Color information
#3D424D (or 0x3D424D) is known color: Blue Zodiac. HEX triplet: 3D, 42 and 4D. RGB value is (61,66,77). Sum of RGB (Red+Green+Blue) = 61+66+77=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D424D is #C2BDB2. Grayscale: #414141. Windows color (decimal): -12762547 or 5063229. OLE color: 5063229.
HSL color Cylindrical-coordinate representation of color #3D424D: hue angle of 221.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D424D is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 66 | 77 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.70 |
| HSL | 221.25º | 0.12% | 0.27% | - |
| HSV(B) | 221.25º | 0.21% | 0.3% | - |
| XYZ | 5.21 | 5.42 | 7.79 | - |
| YUV | 65.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 77 | 0.21 | 0.14 | 0 | 0.70 | 221.25 | 0.12 | 0.27 |
| Hex | 3D | 42 | 4D | 15 | E | 0 | 46 | DD | C | 1B |
| Octal | 75 | 102 | 115 | 25 | 16 | 0 | 106 | 335 | 14 | 33 |
| Binary | 111101 | 1000010 | 1001101 | 10101 | 1110 | 0 | 1000110 | 11011101 | 1100 | 11011 |
Color Harmonies of #3D424D
Complementary color
Monochromatic Colors of #3D424D
Black with #3D424D
Text Example
Text Example
White with #3D424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D424D; }
p { color: rgb(61,66,77); }
H1.HeaderClassName
{
color: #3D424D;
}
.AnyTagClassName
{
color: #3D424D;
}
</style>
background-color css
<style>
a { background-color: #3D424D; }
a { background-color: rgb(61,66,77); }
div.DivClassName
{
background-color: #3D424D;
}
.BgClassName
{
background-color: #3D424D;
}
</style>
border-color css
<style>
span { border-color: #3D424D; }
span { border-color: rgb(61,66,77); }
td.TdClassName
{
border-color: #3D424D;
}
.TagClassName
{
border-color: #3D424D;
}
</style>