Shades of Blue Zodiac #3D475A
Tints of Blue Zodiac #3D475A
RGB
CMYK
RGB Variations
Color information
#3D475A (or 0x3D475A) is known color: Blue Zodiac. HEX triplet: 3D, 47 and 5A. RGB value is (61,71,90). Sum of RGB (Red+Green+Blue) = 61+71+90=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D475A is #C2B8A5. Grayscale: #464646. Windows color (decimal): -12761254 or 5916477. OLE color: 5916477.
HSL color Cylindrical-coordinate representation of color #3D475A: hue angle of 219.31º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D475A is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 71 | 90 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.65 |
| HSL | 219.31º | 0.19% | 0.3% | - |
| HSV(B) | 219.31º | 0.32% | 0.35% | - |
| XYZ | 6.02 | 6.24 | 10.56 | - |
| YUV | 70.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 90 | 0.32 | 0.21 | 0 | 0.65 | 219.31 | 0.19 | 0.3 |
| Hex | 3D | 47 | 5A | 20 | 15 | 0 | 41 | DB | 13 | 1E |
| Octal | 75 | 107 | 132 | 40 | 25 | 0 | 101 | 333 | 23 | 36 |
| Binary | 111101 | 1000111 | 1011010 | 100000 | 10101 | 0 | 1000001 | 11011011 | 10011 | 11110 |
Color Harmonies of #3D475A
Complementary color
Monochromatic Colors of #3D475A
Black with #3D475A
Text Example
Text Example
White with #3D475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D475A; }
p { color: rgb(61,71,90); }
H1.HeaderClassName
{
color: #3D475A;
}
.AnyTagClassName
{
color: #3D475A;
}
</style>
background-color css
<style>
a { background-color: #3D475A; }
a { background-color: rgb(61,71,90); }
div.DivClassName
{
background-color: #3D475A;
}
.BgClassName
{
background-color: #3D475A;
}
</style>
border-color css
<style>
span { border-color: #3D475A; }
span { border-color: rgb(61,71,90); }
td.TdClassName
{
border-color: #3D475A;
}
.TagClassName
{
border-color: #3D475A;
}
</style>