Shades of Blue Zodiac #3E475B
Tints of Blue Zodiac #3E475B
RGB
CMYK
RGB Variations
Color information
#3E475B (or 0x3E475B) is known color: Blue Zodiac. HEX triplet: 3E, 47 and 5B. RGB value is (62,71,91). Sum of RGB (Red+Green+Blue) = 62+71+91=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E475B is #C1B8A4. Grayscale: #464646. Windows color (decimal): -12695717 or 5982014. OLE color: 5982014.
HSL color Cylindrical-coordinate representation of color #3E475B: hue angle of 221.38º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E475B is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 71 | 91 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.64 |
| HSL | 221.38º | 0.19% | 0.3% | - |
| HSV(B) | 221.38º | 0.32% | 0.36% | - |
| XYZ | 6.13 | 6.29 | 10.79 | - |
| YUV | 70.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 91 | 0.32 | 0.22 | 0 | 0.64 | 221.38 | 0.19 | 0.3 |
| Hex | 3E | 47 | 5B | 20 | 16 | 0 | 40 | DD | 13 | 1E |
| Octal | 76 | 107 | 133 | 40 | 26 | 0 | 100 | 335 | 23 | 36 |
| Binary | 111110 | 1000111 | 1011011 | 100000 | 10110 | 0 | 1000000 | 11011101 | 10011 | 11110 |
Color Harmonies of #3E475B
Complementary color
Monochromatic Colors of #3E475B
Black with #3E475B
Text Example
Text Example
White with #3E475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E475B; }
p { color: rgb(62,71,91); }
H1.HeaderClassName
{
color: #3E475B;
}
.AnyTagClassName
{
color: #3E475B;
}
</style>
background-color css
<style>
a { background-color: #3E475B; }
a { background-color: rgb(62,71,91); }
div.DivClassName
{
background-color: #3E475B;
}
.BgClassName
{
background-color: #3E475B;
}
</style>
border-color css
<style>
span { border-color: #3E475B; }
span { border-color: rgb(62,71,91); }
td.TdClassName
{
border-color: #3E475B;
}
.TagClassName
{
border-color: #3E475B;
}
</style>