Shades of Blue Zodiac #3A465D
Tints of Blue Zodiac #3A465D
RGB
CMYK
RGB Variations
Color information
#3A465D (or 0x3A465D) is known color: Blue Zodiac. HEX triplet: 3A, 46 and 5D. RGB value is (58,70,93). Sum of RGB (Red+Green+Blue) = 58+70+93=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A465D is #C5B9A2. Grayscale: #444444. Windows color (decimal): -12958115 or 6112826. OLE color: 6112826.
HSL color Cylindrical-coordinate representation of color #3A465D: hue angle of 219.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A465D is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 70 | 93 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.64 |
| HSL | 219.43º | 0.23% | 0.3% | - |
| HSV(B) | 219.43º | 0.38% | 0.36% | - |
| XYZ | 5.91 | 6.07 | 11.22 | - |
| YUV | 69.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 93 | 0.38 | 0.25 | 0 | 0.64 | 219.43 | 0.23 | 0.3 |
| Hex | 3A | 46 | 5D | 26 | 19 | 0 | 40 | DB | 17 | 1E |
| Octal | 72 | 106 | 135 | 46 | 31 | 0 | 100 | 333 | 27 | 36 |
| Binary | 111010 | 1000110 | 1011101 | 100110 | 11001 | 0 | 1000000 | 11011011 | 10111 | 11110 |
Color Harmonies of #3A465D
Complementary color
Monochromatic Colors of #3A465D
Black with #3A465D
Text Example
Text Example
White with #3A465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A465D; }
p { color: rgb(58,70,93); }
H1.HeaderClassName
{
color: #3A465D;
}
.AnyTagClassName
{
color: #3A465D;
}
</style>
background-color css
<style>
a { background-color: #3A465D; }
a { background-color: rgb(58,70,93); }
div.DivClassName
{
background-color: #3A465D;
}
.BgClassName
{
background-color: #3A465D;
}
</style>
border-color css
<style>
span { border-color: #3A465D; }
span { border-color: rgb(58,70,93); }
td.TdClassName
{
border-color: #3A465D;
}
.TagClassName
{
border-color: #3A465D;
}
</style>