Shades of Blue Zodiac #3D475B
Tints of Blue Zodiac #3D475B
RGB
CMYK
RGB Variations
Color information
#3D475B (or 0x3D475B) is known color: Blue Zodiac. HEX triplet: 3D, 47 and 5B. RGB value is (61,71,91). Sum of RGB (Red+Green+Blue) = 61+71+91=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D475B is #C2B8A4. Grayscale: #464646. Windows color (decimal): -12761253 or 5982013. OLE color: 5982013.
HSL color Cylindrical-coordinate representation of color #3D475B: hue angle of 220º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D475B is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 71 | 91 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.64 |
| HSL | 220º | 0.2% | 0.3% | - |
| HSV(B) | 220º | 0.33% | 0.36% | - |
| XYZ | 6.07 | 6.25 | 10.78 | - |
| YUV | 70.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 91 | 0.33 | 0.22 | 0 | 0.64 | 220 | 0.2 | 0.3 |
| Hex | 3D | 47 | 5B | 21 | 16 | 0 | 40 | DC | 14 | 1E |
| Octal | 75 | 107 | 133 | 41 | 26 | 0 | 100 | 334 | 24 | 36 |
| Binary | 111101 | 1000111 | 1011011 | 100001 | 10110 | 0 | 1000000 | 11011100 | 10100 | 11110 |
Color Harmonies of #3D475B
Complementary color
Monochromatic Colors of #3D475B
Black with #3D475B
Text Example
Text Example
White with #3D475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D475B; }
p { color: rgb(61,71,91); }
H1.HeaderClassName
{
color: #3D475B;
}
.AnyTagClassName
{
color: #3D475B;
}
</style>
background-color css
<style>
a { background-color: #3D475B; }
a { background-color: rgb(61,71,91); }
div.DivClassName
{
background-color: #3D475B;
}
.BgClassName
{
background-color: #3D475B;
}
</style>
border-color css
<style>
span { border-color: #3D475B; }
span { border-color: rgb(61,71,91); }
td.TdClassName
{
border-color: #3D475B;
}
.TagClassName
{
border-color: #3D475B;
}
</style>