Shades of Blue Zodiac #3D4659
Tints of Blue Zodiac #3D4659
RGB
CMYK
RGB Variations
Color information
#3D4659 (or 0x3D4659) is known color: Blue Zodiac. HEX triplet: 3D, 46 and 59. RGB value is (61,70,89). Sum of RGB (Red+Green+Blue) = 61+70+89=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4659 is #C2B9A6. Grayscale: #454545. Windows color (decimal): -12761511 or 5850685. OLE color: 5850685.
HSL color Cylindrical-coordinate representation of color #3D4659: hue angle of 220.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4659 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 70 | 89 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.65 |
| HSL | 220.71º | 0.19% | 0.29% | - |
| HSV(B) | 220.71º | 0.31% | 0.35% | - |
| XYZ | 5.92 | 6.09 | 10.32 | - |
| YUV | 69.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 89 | 0.31 | 0.21 | 0 | 0.65 | 220.71 | 0.19 | 0.29 |
| Hex | 3D | 46 | 59 | 1F | 15 | 0 | 41 | DD | 13 | 1D |
| Octal | 75 | 106 | 131 | 37 | 25 | 0 | 101 | 335 | 23 | 35 |
| Binary | 111101 | 1000110 | 1011001 | 11111 | 10101 | 0 | 1000001 | 11011101 | 10011 | 11101 |
Color Harmonies of #3D4659
Complementary color
Monochromatic Colors of #3D4659
Black with #3D4659
Text Example
Text Example
White with #3D4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4659; }
p { color: rgb(61,70,89); }
H1.HeaderClassName
{
color: #3D4659;
}
.AnyTagClassName
{
color: #3D4659;
}
</style>
background-color css
<style>
a { background-color: #3D4659; }
a { background-color: rgb(61,70,89); }
div.DivClassName
{
background-color: #3D4659;
}
.BgClassName
{
background-color: #3D4659;
}
</style>
border-color css
<style>
span { border-color: #3D4659; }
span { border-color: rgb(61,70,89); }
td.TdClassName
{
border-color: #3D4659;
}
.TagClassName
{
border-color: #3D4659;
}
</style>