Shades of Blue Zodiac #3A435A
Tints of Blue Zodiac #3A435A
RGB
CMYK
RGB Variations
Color information
#3A435A (or 0x3A435A) is known color: Blue Zodiac. HEX triplet: 3A, 43 and 5A. RGB value is (58,67,90). Sum of RGB (Red+Green+Blue) = 58+67+90=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A435A is #C5BCA5. Grayscale: #424242. Windows color (decimal): -12958886 or 5915450. OLE color: 5915450.
HSL color Cylindrical-coordinate representation of color #3A435A: hue angle of 223.12º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A435A is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 67 | 90 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.65 |
| HSL | 223.13º | 0.22% | 0.29% | - |
| HSV(B) | 223.13º | 0.36% | 0.35% | - |
| XYZ | 5.6 | 5.65 | 10.47 | - |
| YUV | 66.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 90 | 0.36 | 0.26 | 0 | 0.65 | 223.13 | 0.22 | 0.29 |
| Hex | 3A | 43 | 5A | 24 | 1A | 0 | 41 | DF | 16 | 1D |
| Octal | 72 | 103 | 132 | 44 | 32 | 0 | 101 | 337 | 26 | 35 |
| Binary | 111010 | 1000011 | 1011010 | 100100 | 11010 | 0 | 1000001 | 11011111 | 10110 | 11101 |
Color Harmonies of #3A435A
Complementary color
Monochromatic Colors of #3A435A
Black with #3A435A
Text Example
Text Example
White with #3A435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A435A; }
p { color: rgb(58,67,90); }
H1.HeaderClassName
{
color: #3A435A;
}
.AnyTagClassName
{
color: #3A435A;
}
</style>
background-color css
<style>
a { background-color: #3A435A; }
a { background-color: rgb(58,67,90); }
div.DivClassName
{
background-color: #3A435A;
}
.BgClassName
{
background-color: #3A435A;
}
</style>
border-color css
<style>
span { border-color: #3A435A; }
span { border-color: rgb(58,67,90); }
td.TdClassName
{
border-color: #3A435A;
}
.TagClassName
{
border-color: #3A435A;
}
</style>