Shades of Blue Zodiac #3E465A
Tints of Blue Zodiac #3E465A
RGB
CMYK
RGB Variations
Color information
#3E465A (or 0x3E465A) is known color: Blue Zodiac. HEX triplet: 3E, 46 and 5A. RGB value is (62,70,90). Sum of RGB (Red+Green+Blue) = 62+70+90=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E465A is #C1B9A5. Grayscale: #454545. Windows color (decimal): -12695974 or 5916222. OLE color: 5916222.
HSL color Cylindrical-coordinate representation of color #3E465A: hue angle of 222.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E465A is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 70 | 90 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.65 |
| HSL | 222.86º | 0.18% | 0.3% | - |
| HSV(B) | 222.86º | 0.31% | 0.35% | - |
| XYZ | 6.02 | 6.14 | 10.54 | - |
| YUV | 69.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 90 | 0.31 | 0.22 | 0 | 0.65 | 222.86 | 0.18 | 0.3 |
| Hex | 3E | 46 | 5A | 1F | 16 | 0 | 41 | DF | 12 | 1E |
| Octal | 76 | 106 | 132 | 37 | 26 | 0 | 101 | 337 | 22 | 36 |
| Binary | 111110 | 1000110 | 1011010 | 11111 | 10110 | 0 | 1000001 | 11011111 | 10010 | 11110 |
Color Harmonies of #3E465A
Complementary color
Monochromatic Colors of #3E465A
Black with #3E465A
Text Example
Text Example
White with #3E465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E465A; }
p { color: rgb(62,70,90); }
H1.HeaderClassName
{
color: #3E465A;
}
.AnyTagClassName
{
color: #3E465A;
}
</style>
background-color css
<style>
a { background-color: #3E465A; }
a { background-color: rgb(62,70,90); }
div.DivClassName
{
background-color: #3E465A;
}
.BgClassName
{
background-color: #3E465A;
}
</style>
border-color css
<style>
span { border-color: #3E465A; }
span { border-color: rgb(62,70,90); }
td.TdClassName
{
border-color: #3E465A;
}
.TagClassName
{
border-color: #3E465A;
}
</style>