Shades of Blue Zodiac #3E445B
Tints of Blue Zodiac #3E445B
RGB
CMYK
RGB Variations
Color information
#3E445B (or 0x3E445B) is known color: Blue Zodiac. HEX triplet: 3E, 44 and 5B. RGB value is (62,68,91). Sum of RGB (Red+Green+Blue) = 62+68+91=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E445B is #C1BBA4. Grayscale: #444444. Windows color (decimal): -12696485 or 5981246. OLE color: 5981246.
HSL color Cylindrical-coordinate representation of color #3E445B: hue angle of 227.59º 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 #3E445B is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 68 | 91 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.64 |
| HSL | 227.59º | 0.19% | 0.3% | - |
| HSV(B) | 227.59º | 0.32% | 0.36% | - |
| XYZ | 5.94 | 5.91 | 10.73 | - |
| YUV | 68.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 91 | 0.32 | 0.25 | 0 | 0.64 | 227.59 | 0.19 | 0.3 |
| Hex | 3E | 44 | 5B | 20 | 19 | 0 | 40 | E4 | 13 | 1E |
| Octal | 76 | 104 | 133 | 40 | 31 | 0 | 100 | 344 | 23 | 36 |
| Binary | 111110 | 1000100 | 1011011 | 100000 | 11001 | 0 | 1000000 | 11100100 | 10011 | 11110 |
Color Harmonies of #3E445B
Complementary color
Monochromatic Colors of #3E445B
Black with #3E445B
Text Example
Text Example
White with #3E445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E445B; }
p { color: rgb(62,68,91); }
H1.HeaderClassName
{
color: #3E445B;
}
.AnyTagClassName
{
color: #3E445B;
}
</style>
background-color css
<style>
a { background-color: #3E445B; }
a { background-color: rgb(62,68,91); }
div.DivClassName
{
background-color: #3E445B;
}
.BgClassName
{
background-color: #3E445B;
}
</style>
border-color css
<style>
span { border-color: #3E445B; }
span { border-color: rgb(62,68,91); }
td.TdClassName
{
border-color: #3E445B;
}
.TagClassName
{
border-color: #3E445B;
}
</style>