Shades of Blue Zodiac #393D4D
Tints of Blue Zodiac #393D4D
RGB
CMYK
RGB Variations
Color information
#393D4D (or 0x393D4D) is known color: Blue Zodiac. HEX triplet: 39, 3D and 4D. RGB value is (57,61,77). Sum of RGB (Red+Green+Blue) = 57+61+77=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #393D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D4D is #C6C2B2. Grayscale: #3D3D3D. Windows color (decimal): -13025971 or 5061945. OLE color: 5061945.
HSL color Cylindrical-coordinate representation of color #393D4D: hue angle of 228º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #393D4D is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 61 | 77 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.70 |
| HSL | 228º | 0.15% | 0.26% | - |
| HSV(B) | 228º | 0.26% | 0.3% | - |
| XYZ | 4.7 | 4.74 | 7.69 | - |
| YUV | 61.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 77 | 0.26 | 0.21 | 0 | 0.70 | 228 | 0.15 | 0.26 |
| Hex | 39 | 3D | 4D | 1A | 15 | 0 | 46 | E4 | F | 1A |
| Octal | 71 | 75 | 115 | 32 | 25 | 0 | 106 | 344 | 17 | 32 |
| Binary | 111001 | 111101 | 1001101 | 11010 | 10101 | 0 | 1000110 | 11100100 | 1111 | 11010 |
Color Harmonies of #393D4D
Complementary color
Monochromatic Colors of #393D4D
Black with #393D4D
Text Example
Text Example
White with #393D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D4D; }
p { color: rgb(57,61,77); }
H1.HeaderClassName
{
color: #393D4D;
}
.AnyTagClassName
{
color: #393D4D;
}
</style>
background-color css
<style>
a { background-color: #393D4D; }
a { background-color: rgb(57,61,77); }
div.DivClassName
{
background-color: #393D4D;
}
.BgClassName
{
background-color: #393D4D;
}
</style>
border-color css
<style>
span { border-color: #393D4D; }
span { border-color: rgb(57,61,77); }
td.TdClassName
{
border-color: #393D4D;
}
.TagClassName
{
border-color: #393D4D;
}
</style>