Shades of Blue Zodiac #3E4454
Tints of Blue Zodiac #3E4454
RGB
CMYK
RGB Variations
Color information
#3E4454 (or 0x3E4454) is known color: Blue Zodiac. HEX triplet: 3E, 44 and 54. RGB value is (62,68,84). Sum of RGB (Red+Green+Blue) = 62+68+84=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E4454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4454 is #C1BBAB. Grayscale: #434343. Windows color (decimal): -12696492 or 5522494. OLE color: 5522494.
HSL color Cylindrical-coordinate representation of color #3E4454: hue angle of 223.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E4454 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 68 | 84 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.67 |
| HSL | 223.64º | 0.15% | 0.29% | - |
| HSV(B) | 223.64º | 0.26% | 0.33% | - |
| XYZ | 5.65 | 5.8 | 9.21 | - |
| YUV | 68.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 84 | 0.26 | 0.19 | 0 | 0.67 | 223.64 | 0.15 | 0.29 |
| Hex | 3E | 44 | 54 | 1A | 13 | 0 | 43 | E0 | F | 1D |
| Octal | 76 | 104 | 124 | 32 | 23 | 0 | 103 | 340 | 17 | 35 |
| Binary | 111110 | 1000100 | 1010100 | 11010 | 10011 | 0 | 1000011 | 11100000 | 1111 | 11101 |
Color Harmonies of #3E4454
Complementary color
Monochromatic Colors of #3E4454
Black with #3E4454
Text Example
Text Example
White with #3E4454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4454; }
p { color: rgb(62,68,84); }
H1.HeaderClassName
{
color: #3E4454;
}
.AnyTagClassName
{
color: #3E4454;
}
</style>
background-color css
<style>
a { background-color: #3E4454; }
a { background-color: rgb(62,68,84); }
div.DivClassName
{
background-color: #3E4454;
}
.BgClassName
{
background-color: #3E4454;
}
</style>
border-color css
<style>
span { border-color: #3E4454; }
span { border-color: rgb(62,68,84); }
td.TdClassName
{
border-color: #3E4454;
}
.TagClassName
{
border-color: #3E4454;
}
</style>