Shades of Blue Zodiac #3A4150
Tints of Blue Zodiac #3A4150
RGB
CMYK
RGB Variations
Color information
#3A4150 (or 0x3A4150) is known color: Blue Zodiac. HEX triplet: 3A, 41 and 50. RGB value is (58,65,80). Sum of RGB (Red+Green+Blue) = 58+65+80=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4150 is #C5BEAF. Grayscale: #404040. Windows color (decimal): -12959408 or 5259578. OLE color: 5259578.
HSL color Cylindrical-coordinate representation of color #3A4150: hue angle of 220.91º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A4150 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 65 | 80 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.69 |
| HSL | 220.91º | 0.16% | 0.27% | - |
| HSV(B) | 220.91º | 0.28% | 0.31% | - |
| XYZ | 5.08 | 5.26 | 8.34 | - |
| YUV | 64.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 80 | 0.28 | 0.19 | 0 | 0.69 | 220.91 | 0.16 | 0.27 |
| Hex | 3A | 41 | 50 | 1C | 13 | 0 | 45 | DD | 10 | 1B |
| Octal | 72 | 101 | 120 | 34 | 23 | 0 | 105 | 335 | 20 | 33 |
| Binary | 111010 | 1000001 | 1010000 | 11100 | 10011 | 0 | 1000101 | 11011101 | 10000 | 11011 |
Color Harmonies of #3A4150
Complementary color
Monochromatic Colors of #3A4150
Black with #3A4150
Text Example
Text Example
White with #3A4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4150; }
p { color: rgb(58,65,80); }
H1.HeaderClassName
{
color: #3A4150;
}
.AnyTagClassName
{
color: #3A4150;
}
</style>
background-color css
<style>
a { background-color: #3A4150; }
a { background-color: rgb(58,65,80); }
div.DivClassName
{
background-color: #3A4150;
}
.BgClassName
{
background-color: #3A4150;
}
</style>
border-color css
<style>
span { border-color: #3A4150; }
span { border-color: rgb(58,65,80); }
td.TdClassName
{
border-color: #3A4150;
}
.TagClassName
{
border-color: #3A4150;
}
</style>