Shades of Blue Zodiac #3A4359
Tints of Blue Zodiac #3A4359
RGB
CMYK
RGB Variations
Color information
#3A4359 (or 0x3A4359) is known color: Blue Zodiac. HEX triplet: 3A, 43 and 59. RGB value is (58,67,89). Sum of RGB (Red+Green+Blue) = 58+67+89=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4359 is #C5BCA6. Grayscale: #424242. Windows color (decimal): -12958887 or 5849914. OLE color: 5849914.
HSL color Cylindrical-coordinate representation of color #3A4359: hue angle of 222.58º 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 #3A4359 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 67 | 89 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.65 |
| HSL | 222.58º | 0.21% | 0.29% | - |
| HSV(B) | 222.58º | 0.35% | 0.35% | - |
| XYZ | 5.56 | 5.64 | 10.25 | - |
| YUV | 66.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 89 | 0.35 | 0.25 | 0 | 0.65 | 222.58 | 0.21 | 0.29 |
| Hex | 3A | 43 | 59 | 23 | 19 | 0 | 41 | DF | 15 | 1D |
| Octal | 72 | 103 | 131 | 43 | 31 | 0 | 101 | 337 | 25 | 35 |
| Binary | 111010 | 1000011 | 1011001 | 100011 | 11001 | 0 | 1000001 | 11011111 | 10101 | 11101 |
Color Harmonies of #3A4359
Complementary color
Monochromatic Colors of #3A4359
Black with #3A4359
Text Example
Text Example
White with #3A4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4359; }
p { color: rgb(58,67,89); }
H1.HeaderClassName
{
color: #3A4359;
}
.AnyTagClassName
{
color: #3A4359;
}
</style>
background-color css
<style>
a { background-color: #3A4359; }
a { background-color: rgb(58,67,89); }
div.DivClassName
{
background-color: #3A4359;
}
.BgClassName
{
background-color: #3A4359;
}
</style>
border-color css
<style>
span { border-color: #3A4359; }
span { border-color: rgb(58,67,89); }
td.TdClassName
{
border-color: #3A4359;
}
.TagClassName
{
border-color: #3A4359;
}
</style>