Shades of Blue Zodiac #3D404D
Tints of Blue Zodiac #3D404D
RGB
CMYK
RGB Variations
Color information
#3D404D (or 0x3D404D) is known color: Blue Zodiac. HEX triplet: 3D, 40 and 4D. RGB value is (61,64,77). Sum of RGB (Red+Green+Blue) = 61+64+77=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D404D is #C2BFB2. Grayscale: #404040. Windows color (decimal): -12763059 or 5062717. OLE color: 5062717.
HSL color Cylindrical-coordinate representation of color #3D404D: hue angle of 228.75º 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 #3D404D is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 64 | 77 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.70 |
| HSL | 228.75º | 0.12% | 0.27% | - |
| HSV(B) | 228.75º | 0.21% | 0.3% | - |
| XYZ | 5.1 | 5.19 | 7.76 | - |
| YUV | 64.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 77 | 0.21 | 0.17 | 0 | 0.70 | 228.75 | 0.12 | 0.27 |
| Hex | 3D | 40 | 4D | 15 | 11 | 0 | 46 | E5 | C | 1B |
| Octal | 75 | 100 | 115 | 25 | 21 | 0 | 106 | 345 | 14 | 33 |
| Binary | 111101 | 1000000 | 1001101 | 10101 | 10001 | 0 | 1000110 | 11100101 | 1100 | 11011 |
Color Harmonies of #3D404D
Complementary color
Monochromatic Colors of #3D404D
Black with #3D404D
Text Example
Text Example
White with #3D404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D404D; }
p { color: rgb(61,64,77); }
H1.HeaderClassName
{
color: #3D404D;
}
.AnyTagClassName
{
color: #3D404D;
}
</style>
background-color css
<style>
a { background-color: #3D404D; }
a { background-color: rgb(61,64,77); }
div.DivClassName
{
background-color: #3D404D;
}
.BgClassName
{
background-color: #3D404D;
}
</style>
border-color css
<style>
span { border-color: #3D404D; }
span { border-color: rgb(61,64,77); }
td.TdClassName
{
border-color: #3D404D;
}
.TagClassName
{
border-color: #3D404D;
}
</style>