Shades of Blue Zodiac #3E4961
Tints of Blue Zodiac #3E4961
RGB
CMYK
RGB Variations
Color information
#3E4961 (or 0x3E4961) is known color: Blue Zodiac. HEX triplet: 3E, 49 and 61. RGB value is (62,73,97). Sum of RGB (Red+Green+Blue) = 62+73+97=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E4961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4961 is #C1B69E. Grayscale: #484848. Windows color (decimal): -12695199 or 6375742. OLE color: 6375742.
HSL color Cylindrical-coordinate representation of color #3E4961: hue angle of 221.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E4961 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 73 | 97 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.62 |
| HSL | 221.14º | 0.22% | 0.31% | - |
| HSV(B) | 221.14º | 0.36% | 0.38% | - |
| XYZ | 6.53 | 6.65 | 12.25 | - |
| YUV | 72.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 97 | 0.36 | 0.25 | 0 | 0.62 | 221.14 | 0.22 | 0.31 |
| Hex | 3E | 49 | 61 | 24 | 19 | 0 | 3E | DD | 16 | 1F |
| Octal | 76 | 111 | 141 | 44 | 31 | 0 | 76 | 335 | 26 | 37 |
| Binary | 111110 | 1001001 | 1100001 | 100100 | 11001 | 0 | 111110 | 11011101 | 10110 | 11111 |
Color Harmonies of #3E4961
Complementary color
Monochromatic Colors of #3E4961
Black with #3E4961
Text Example
Text Example
White with #3E4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4961; }
p { color: rgb(62,73,97); }
H1.HeaderClassName
{
color: #3E4961;
}
.AnyTagClassName
{
color: #3E4961;
}
</style>
background-color css
<style>
a { background-color: #3E4961; }
a { background-color: rgb(62,73,97); }
div.DivClassName
{
background-color: #3E4961;
}
.BgClassName
{
background-color: #3E4961;
}
</style>
border-color css
<style>
span { border-color: #3E4961; }
span { border-color: rgb(62,73,97); }
td.TdClassName
{
border-color: #3E4961;
}
.TagClassName
{
border-color: #3E4961;
}
</style>