Shades of Blue Zodiac #3E425A
Tints of Blue Zodiac #3E425A
RGB
CMYK
RGB Variations
Color information
#3E425A (or 0x3E425A) is known color: Blue Zodiac. HEX triplet: 3E, 42 and 5A. RGB value is (62,66,90). Sum of RGB (Red+Green+Blue) = 62+66+90=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E425A is #C1BDA5. Grayscale: #434343. Windows color (decimal): -12696998 or 5915198. OLE color: 5915198.
HSL color Cylindrical-coordinate representation of color #3E425A: hue angle of 231.43º 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 #3E425A is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 66 | 90 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.65 |
| HSL | 231.43º | 0.18% | 0.3% | - |
| HSV(B) | 231.43º | 0.31% | 0.35% | - |
| XYZ | 5.78 | 5.66 | 10.46 | - |
| YUV | 67.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 90 | 0.31 | 0.27 | 0 | 0.65 | 231.43 | 0.18 | 0.3 |
| Hex | 3E | 42 | 5A | 1F | 1B | 0 | 41 | E7 | 12 | 1E |
| Octal | 76 | 102 | 132 | 37 | 33 | 0 | 101 | 347 | 22 | 36 |
| Binary | 111110 | 1000010 | 1011010 | 11111 | 11011 | 0 | 1000001 | 11100111 | 10010 | 11110 |
Color Harmonies of #3E425A
Complementary color
Monochromatic Colors of #3E425A
Black with #3E425A
Text Example
Text Example
White with #3E425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E425A; }
p { color: rgb(62,66,90); }
H1.HeaderClassName
{
color: #3E425A;
}
.AnyTagClassName
{
color: #3E425A;
}
</style>
background-color css
<style>
a { background-color: #3E425A; }
a { background-color: rgb(62,66,90); }
div.DivClassName
{
background-color: #3E425A;
}
.BgClassName
{
background-color: #3E425A;
}
</style>
border-color css
<style>
span { border-color: #3E425A; }
span { border-color: rgb(62,66,90); }
td.TdClassName
{
border-color: #3E425A;
}
.TagClassName
{
border-color: #3E425A;
}
</style>