Shades of Blue Zodiac #3A4153
Tints of Blue Zodiac #3A4153
RGB
CMYK
RGB Variations
Color information
#3A4153 (or 0x3A4153) is known color: Blue Zodiac. HEX triplet: 3A, 41 and 53. RGB value is (58,65,83). Sum of RGB (Red+Green+Blue) = 58+65+83=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4153 is #C5BEAC. Grayscale: #404040. Windows color (decimal): -12959405 or 5456186. OLE color: 5456186.
HSL color Cylindrical-coordinate representation of color #3A4153: hue angle of 223.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A4153 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 65 | 83 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.67 |
| HSL | 223.2º | 0.18% | 0.28% | - |
| HSV(B) | 223.2º | 0.3% | 0.33% | - |
| XYZ | 5.2 | 5.3 | 8.93 | - |
| YUV | 64.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 83 | 0.30 | 0.22 | 0 | 0.67 | 223.2 | 0.18 | 0.28 |
| Hex | 3A | 41 | 53 | 1E | 16 | 0 | 43 | DF | 12 | 1C |
| Octal | 72 | 101 | 123 | 36 | 26 | 0 | 103 | 337 | 22 | 34 |
| Binary | 111010 | 1000001 | 1010011 | 11110 | 10110 | 0 | 1000011 | 11011111 | 10010 | 11100 |
Color Harmonies of #3A4153
Complementary color
Monochromatic Colors of #3A4153
Black with #3A4153
Text Example
Text Example
White with #3A4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4153; }
p { color: rgb(58,65,83); }
H1.HeaderClassName
{
color: #3A4153;
}
.AnyTagClassName
{
color: #3A4153;
}
</style>
background-color css
<style>
a { background-color: #3A4153; }
a { background-color: rgb(58,65,83); }
div.DivClassName
{
background-color: #3A4153;
}
.BgClassName
{
background-color: #3A4153;
}
</style>
border-color css
<style>
span { border-color: #3A4153; }
span { border-color: rgb(58,65,83); }
td.TdClassName
{
border-color: #3A4153;
}
.TagClassName
{
border-color: #3A4153;
}
</style>