Shades of Blue Zodiac #3E465F
Tints of Blue Zodiac #3E465F
RGB
CMYK
RGB Variations
Color information
#3E465F (or 0x3E465F) is known color: Blue Zodiac. HEX triplet: 3E, 46 and 5F. RGB value is (62,70,95). Sum of RGB (Red+Green+Blue) = 62+70+95=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E465F is #C1B9A0. Grayscale: #464646. Windows color (decimal): -12695969 or 6243902. OLE color: 6243902.
HSL color Cylindrical-coordinate representation of color #3E465F: hue angle of 225.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E465F is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 70 | 95 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.63 |
| HSL | 225.45º | 0.21% | 0.31% | - |
| HSV(B) | 225.45º | 0.35% | 0.37% | - |
| XYZ | 6.24 | 6.23 | 11.7 | - |
| YUV | 70.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 95 | 0.35 | 0.26 | 0 | 0.63 | 225.45 | 0.21 | 0.31 |
| Hex | 3E | 46 | 5F | 23 | 1A | 0 | 3F | E1 | 15 | 1F |
| Octal | 76 | 106 | 137 | 43 | 32 | 0 | 77 | 341 | 25 | 37 |
| Binary | 111110 | 1000110 | 1011111 | 100011 | 11010 | 0 | 111111 | 11100001 | 10101 | 11111 |
Color Harmonies of #3E465F
Complementary color
Monochromatic Colors of #3E465F
Black with #3E465F
Text Example
Text Example
White with #3E465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E465F; }
p { color: rgb(62,70,95); }
H1.HeaderClassName
{
color: #3E465F;
}
.AnyTagClassName
{
color: #3E465F;
}
</style>
background-color css
<style>
a { background-color: #3E465F; }
a { background-color: rgb(62,70,95); }
div.DivClassName
{
background-color: #3E465F;
}
.BgClassName
{
background-color: #3E465F;
}
</style>
border-color css
<style>
span { border-color: #3E465F; }
span { border-color: rgb(62,70,95); }
td.TdClassName
{
border-color: #3E465F;
}
.TagClassName
{
border-color: #3E465F;
}
</style>