Shades of Blue Zodiac #3E4A62
Tints of Blue Zodiac #3E4A62
RGB
CMYK
RGB Variations
Color information
#3E4A62 (or 0x3E4A62) is known color: Blue Zodiac. HEX triplet: 3E, 4A and 62. RGB value is (62,74,98). Sum of RGB (Red+Green+Blue) = 62+74+98=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E4A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A62 is #C1B59D. Grayscale: #494949. Windows color (decimal): -12694942 or 6441534. OLE color: 6441534.
HSL color Cylindrical-coordinate representation of color #3E4A62: hue angle of 220º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E4A62 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 74 | 98 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.62 |
| HSL | 220º | 0.23% | 0.31% | - |
| HSV(B) | 220º | 0.37% | 0.38% | - |
| XYZ | 6.64 | 6.8 | 12.52 | - |
| YUV | 73.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 98 | 0.37 | 0.24 | 0 | 0.62 | 220 | 0.23 | 0.31 |
| Hex | 3E | 4A | 62 | 25 | 18 | 0 | 3E | DC | 16 | 1F |
| Octal | 76 | 112 | 142 | 45 | 30 | 0 | 76 | 334 | 26 | 37 |
| Binary | 111110 | 1001010 | 1100010 | 100101 | 11000 | 0 | 111110 | 11011100 | 10110 | 11111 |
Color Harmonies of #3E4A62
Complementary color
Monochromatic Colors of #3E4A62
Black with #3E4A62
Text Example
Text Example
White with #3E4A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4A62; }
p { color: rgb(62,74,98); }
H1.HeaderClassName
{
color: #3E4A62;
}
.AnyTagClassName
{
color: #3E4A62;
}
</style>
background-color css
<style>
a { background-color: #3E4A62; }
a { background-color: rgb(62,74,98); }
div.DivClassName
{
background-color: #3E4A62;
}
.BgClassName
{
background-color: #3E4A62;
}
</style>
border-color css
<style>
span { border-color: #3E4A62; }
span { border-color: rgb(62,74,98); }
td.TdClassName
{
border-color: #3E4A62;
}
.TagClassName
{
border-color: #3E4A62;
}
</style>