Shades of Blue Zodiac #3D4459
Tints of Blue Zodiac #3D4459
RGB
CMYK
RGB Variations
Color information
#3D4459 (or 0x3D4459) is known color: Blue Zodiac. HEX triplet: 3D, 44 and 59. RGB value is (61,68,89). Sum of RGB (Red+Green+Blue) = 61+68+89=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D4459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4459 is #C2BBA6. Grayscale: #444444. Windows color (decimal): -12762023 or 5850173. OLE color: 5850173.
HSL color Cylindrical-coordinate representation of color #3D4459: hue angle of 225º 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 #3D4459 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 68 | 89 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.65 |
| HSL | 225º | 0.19% | 0.29% | - |
| HSV(B) | 225º | 0.31% | 0.35% | - |
| XYZ | 5.79 | 5.85 | 10.27 | - |
| YUV | 68.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 89 | 0.31 | 0.24 | 0 | 0.65 | 225 | 0.19 | 0.29 |
| Hex | 3D | 44 | 59 | 1F | 18 | 0 | 41 | E1 | 13 | 1D |
| Octal | 75 | 104 | 131 | 37 | 30 | 0 | 101 | 341 | 23 | 35 |
| Binary | 111101 | 1000100 | 1011001 | 11111 | 11000 | 0 | 1000001 | 11100001 | 10011 | 11101 |
Color Harmonies of #3D4459
Complementary color
Monochromatic Colors of #3D4459
Black with #3D4459
Text Example
Text Example
White with #3D4459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4459; }
p { color: rgb(61,68,89); }
H1.HeaderClassName
{
color: #3D4459;
}
.AnyTagClassName
{
color: #3D4459;
}
</style>
background-color css
<style>
a { background-color: #3D4459; }
a { background-color: rgb(61,68,89); }
div.DivClassName
{
background-color: #3D4459;
}
.BgClassName
{
background-color: #3D4459;
}
</style>
border-color css
<style>
span { border-color: #3D4459; }
span { border-color: rgb(61,68,89); }
td.TdClassName
{
border-color: #3D4459;
}
.TagClassName
{
border-color: #3D4459;
}
</style>