Shades of Blue Zodiac #3A3D4E
Tints of Blue Zodiac #3A3D4E
RGB
CMYK
RGB Variations
Color information
#3A3D4E (or 0x3A3D4E) is known color: Blue Zodiac. HEX triplet: 3A, 3D and 4E. RGB value is (58,61,78). Sum of RGB (Red+Green+Blue) = 58+61+78=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A3D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3D4E is #C5C2B1. Grayscale: #3D3D3D. Windows color (decimal): -12960434 or 5127482. OLE color: 5127482.
HSL color Cylindrical-coordinate representation of color #3A3D4E: hue angle of 231º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A3D4E is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 61 | 78 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.69 |
| HSL | 231º | 0.15% | 0.27% | - |
| HSV(B) | 231º | 0.26% | 0.31% | - |
| XYZ | 4.79 | 4.79 | 7.88 | - |
| YUV | 62.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 78 | 0.26 | 0.22 | 0 | 0.69 | 231 | 0.15 | 0.27 |
| Hex | 3A | 3D | 4E | 1A | 16 | 0 | 45 | E7 | F | 1B |
| Octal | 72 | 75 | 116 | 32 | 26 | 0 | 105 | 347 | 17 | 33 |
| Binary | 111010 | 111101 | 1001110 | 11010 | 10110 | 0 | 1000101 | 11100111 | 1111 | 11011 |
Color Harmonies of #3A3D4E
Complementary color
Monochromatic Colors of #3A3D4E
Black with #3A3D4E
Text Example
Text Example
White with #3A3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D4E; }
p { color: rgb(58,61,78); }
H1.HeaderClassName
{
color: #3A3D4E;
}
.AnyTagClassName
{
color: #3A3D4E;
}
</style>
background-color css
<style>
a { background-color: #3A3D4E; }
a { background-color: rgb(58,61,78); }
div.DivClassName
{
background-color: #3A3D4E;
}
.BgClassName
{
background-color: #3A3D4E;
}
</style>
border-color css
<style>
span { border-color: #3A3D4E; }
span { border-color: rgb(58,61,78); }
td.TdClassName
{
border-color: #3A3D4E;
}
.TagClassName
{
border-color: #3A3D4E;
}
</style>