Shades of Blue Zodiac #3D475D
Tints of Blue Zodiac #3D475D
RGB
CMYK
RGB Variations
Color information
#3D475D (or 0x3D475D) is known color: Blue Zodiac. HEX triplet: 3D, 47 and 5D. RGB value is (61,71,93). Sum of RGB (Red+Green+Blue) = 61+71+93=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D475D is #C2B8A2. Grayscale: #464646. Windows color (decimal): -12761251 or 6113085. OLE color: 6113085.
HSL color Cylindrical-coordinate representation of color #3D475D: hue angle of 221.25º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D475D is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 71 | 93 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.64 |
| HSL | 221.25º | 0.21% | 0.3% | - |
| HSV(B) | 221.25º | 0.34% | 0.36% | - |
| XYZ | 6.15 | 6.29 | 11.25 | - |
| YUV | 70.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 93 | 0.34 | 0.24 | 0 | 0.64 | 221.25 | 0.21 | 0.3 |
| Hex | 3D | 47 | 5D | 22 | 18 | 0 | 40 | DD | 15 | 1E |
| Octal | 75 | 107 | 135 | 42 | 30 | 0 | 100 | 335 | 25 | 36 |
| Binary | 111101 | 1000111 | 1011101 | 100010 | 11000 | 0 | 1000000 | 11011101 | 10101 | 11110 |
Color Harmonies of #3D475D
Complementary color
Monochromatic Colors of #3D475D
Black with #3D475D
Text Example
Text Example
White with #3D475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D475D; }
p { color: rgb(61,71,93); }
H1.HeaderClassName
{
color: #3D475D;
}
.AnyTagClassName
{
color: #3D475D;
}
</style>
background-color css
<style>
a { background-color: #3D475D; }
a { background-color: rgb(61,71,93); }
div.DivClassName
{
background-color: #3D475D;
}
.BgClassName
{
background-color: #3D475D;
}
</style>
border-color css
<style>
span { border-color: #3D475D; }
span { border-color: rgb(61,71,93); }
td.TdClassName
{
border-color: #3D475D;
}
.TagClassName
{
border-color: #3D475D;
}
</style>