Shades of Blue Zodiac #3A4152
Tints of Blue Zodiac #3A4152
RGB
CMYK
RGB Variations
Color information
#3A4152 (or 0x3A4152) is known color: Blue Zodiac. HEX triplet: 3A, 41 and 52. RGB value is (58,65,82). Sum of RGB (Red+Green+Blue) = 58+65+82=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A4152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4152 is #C5BEAD. Grayscale: #404040. Windows color (decimal): -12959406 or 5390650. OLE color: 5390650.
HSL color Cylindrical-coordinate representation of color #3A4152: hue angle of 222.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A4152 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 65 | 82 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.68 |
| HSL | 222.5º | 0.17% | 0.27% | - |
| HSV(B) | 222.5º | 0.29% | 0.32% | - |
| XYZ | 5.16 | 5.29 | 8.73 | - |
| YUV | 64.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 82 | 0.29 | 0.21 | 0 | 0.68 | 222.5 | 0.17 | 0.27 |
| Hex | 3A | 41 | 52 | 1D | 15 | 0 | 44 | DE | 11 | 1B |
| Octal | 72 | 101 | 122 | 35 | 25 | 0 | 104 | 336 | 21 | 33 |
| Binary | 111010 | 1000001 | 1010010 | 11101 | 10101 | 0 | 1000100 | 11011110 | 10001 | 11011 |
Color Harmonies of #3A4152
Complementary color
Monochromatic Colors of #3A4152
Black with #3A4152
Text Example
Text Example
White with #3A4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4152; }
p { color: rgb(58,65,82); }
H1.HeaderClassName
{
color: #3A4152;
}
.AnyTagClassName
{
color: #3A4152;
}
</style>
background-color css
<style>
a { background-color: #3A4152; }
a { background-color: rgb(58,65,82); }
div.DivClassName
{
background-color: #3A4152;
}
.BgClassName
{
background-color: #3A4152;
}
</style>
border-color css
<style>
span { border-color: #3A4152; }
span { border-color: rgb(58,65,82); }
td.TdClassName
{
border-color: #3A4152;
}
.TagClassName
{
border-color: #3A4152;
}
</style>