Shades of East Bay #3E4E67
Tints of East Bay #3E4E67
RGB
CMYK
RGB Variations
Color information
#3E4E67 (or 0x3E4E67) is known color: East Bay. HEX triplet: 3E, 4E and 67. RGB value is (62,78,103). Sum of RGB (Red+Green+Blue) = 62+78+103=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E4E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4E67 is #C1B198. Grayscale: #4B4B4B. Windows color (decimal): -12693913 or 6770238. OLE color: 6770238.
HSL color Cylindrical-coordinate representation of color #3E4E67: hue angle of 216.59º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E4E67 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 78 | 103 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.60 |
| HSL | 216.59º | 0.25% | 0.32% | - |
| HSV(B) | 216.59º | 0.4% | 0.4% | - |
| XYZ | 7.16 | 7.45 | 13.89 | - |
| YUV | 76.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 103 | 0.40 | 0.24 | 0 | 0.60 | 216.59 | 0.25 | 0.32 |
| Hex | 3E | 4E | 67 | 28 | 18 | 0 | 3C | D9 | 19 | 20 |
| Octal | 76 | 116 | 147 | 50 | 30 | 0 | 74 | 331 | 31 | 40 |
| Binary | 111110 | 1001110 | 1100111 | 101000 | 11000 | 0 | 111100 | 11011001 | 11001 | 100000 |
Color Harmonies of #3E4E67
Complementary color
Monochromatic Colors of #3E4E67
Black with #3E4E67
Text Example
Text Example
White with #3E4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E67; }
p { color: rgb(62,78,103); }
H1.HeaderClassName
{
color: #3E4E67;
}
.AnyTagClassName
{
color: #3E4E67;
}
</style>
background-color css
<style>
a { background-color: #3E4E67; }
a { background-color: rgb(62,78,103); }
div.DivClassName
{
background-color: #3E4E67;
}
.BgClassName
{
background-color: #3E4E67;
}
</style>
border-color css
<style>
span { border-color: #3E4E67; }
span { border-color: rgb(62,78,103); }
td.TdClassName
{
border-color: #3E4E67;
}
.TagClassName
{
border-color: #3E4E67;
}
</style>