Shades of Blue Zodiac #3A4159
Tints of Blue Zodiac #3A4159
RGB
CMYK
RGB Variations
Color information
#3A4159 (or 0x3A4159) is known color: Blue Zodiac. HEX triplet: 3A, 41 and 59. RGB value is (58,65,89). Sum of RGB (Red+Green+Blue) = 58+65+89=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A4159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4159 is #C5BEA6. Grayscale: #414141. Windows color (decimal): -12959399 or 5849402. OLE color: 5849402.
HSL color Cylindrical-coordinate representation of color #3A4159: hue angle of 226.45º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A4159 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 65 | 89 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.65 |
| HSL | 226.45º | 0.21% | 0.29% | - |
| HSV(B) | 226.45º | 0.35% | 0.35% | - |
| XYZ | 5.44 | 5.4 | 10.21 | - |
| YUV | 65.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 89 | 0.35 | 0.27 | 0 | 0.65 | 226.45 | 0.21 | 0.29 |
| Hex | 3A | 41 | 59 | 23 | 1B | 0 | 41 | E2 | 15 | 1D |
| Octal | 72 | 101 | 131 | 43 | 33 | 0 | 101 | 342 | 25 | 35 |
| Binary | 111010 | 1000001 | 1011001 | 100011 | 11011 | 0 | 1000001 | 11100010 | 10101 | 11101 |
Color Harmonies of #3A4159
Complementary color
Monochromatic Colors of #3A4159
Black with #3A4159
Text Example
Text Example
White with #3A4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4159; }
p { color: rgb(58,65,89); }
H1.HeaderClassName
{
color: #3A4159;
}
.AnyTagClassName
{
color: #3A4159;
}
</style>
background-color css
<style>
a { background-color: #3A4159; }
a { background-color: rgb(58,65,89); }
div.DivClassName
{
background-color: #3A4159;
}
.BgClassName
{
background-color: #3A4159;
}
</style>
border-color css
<style>
span { border-color: #3A4159; }
span { border-color: rgb(58,65,89); }
td.TdClassName
{
border-color: #3A4159;
}
.TagClassName
{
border-color: #3A4159;
}
</style>