Shades of Blue Zodiac #3E4350
Tints of Blue Zodiac #3E4350
RGB
CMYK
RGB Variations
Color information
#3E4350 (or 0x3E4350) is known color: Blue Zodiac. HEX triplet: 3E, 43 and 50. RGB value is (62,67,80). Sum of RGB (Red+Green+Blue) = 62+67+80=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4350 is #C1BCAF. Grayscale: #424242. Windows color (decimal): -12696752 or 5260094. OLE color: 5260094.
HSL color Cylindrical-coordinate representation of color #3E4350: hue angle of 223.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4350 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 67 | 80 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.69 |
| HSL | 223.33º | 0.13% | 0.28% | - |
| HSV(B) | 223.33º | 0.23% | 0.31% | - |
| XYZ | 5.44 | 5.62 | 8.39 | - |
| YUV | 66.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 80 | 0.22 | 0.16 | 0 | 0.69 | 223.33 | 0.13 | 0.28 |
| Hex | 3E | 43 | 50 | 16 | 10 | 0 | 45 | DF | D | 1C |
| Octal | 76 | 103 | 120 | 26 | 20 | 0 | 105 | 337 | 15 | 34 |
| Binary | 111110 | 1000011 | 1010000 | 10110 | 10000 | 0 | 1000101 | 11011111 | 1101 | 11100 |
Color Harmonies of #3E4350
Complementary color
Monochromatic Colors of #3E4350
Black with #3E4350
Text Example
Text Example
White with #3E4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4350; }
p { color: rgb(62,67,80); }
H1.HeaderClassName
{
color: #3E4350;
}
.AnyTagClassName
{
color: #3E4350;
}
</style>
background-color css
<style>
a { background-color: #3E4350; }
a { background-color: rgb(62,67,80); }
div.DivClassName
{
background-color: #3E4350;
}
.BgClassName
{
background-color: #3E4350;
}
</style>
border-color css
<style>
span { border-color: #3E4350; }
span { border-color: rgb(62,67,80); }
td.TdClassName
{
border-color: #3E4350;
}
.TagClassName
{
border-color: #3E4350;
}
</style>