Shades of East Bay #3E4B68
Tints of East Bay #3E4B68
RGB
CMYK
RGB Variations
Color information
#3E4B68 (or 0x3E4B68) is known color: East Bay. HEX triplet: 3E, 4B and 68. RGB value is (62,75,104). Sum of RGB (Red+Green+Blue) = 62+75+104=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E4B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B68 is #C1B497. Grayscale: #4A4A4A. Windows color (decimal): -12694680 or 6835006. OLE color: 6835006.
HSL color Cylindrical-coordinate representation of color #3E4B68: hue angle of 221.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E4B68 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 75 | 104 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.59 |
| HSL | 221.43º | 0.25% | 0.33% | - |
| HSV(B) | 221.43º | 0.4% | 0.41% | - |
| XYZ | 7 | 7.06 | 14.09 | - |
| YUV | 74.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 104 | 0.40 | 0.28 | 0 | 0.59 | 221.43 | 0.25 | 0.33 |
| Hex | 3E | 4B | 68 | 28 | 1C | 0 | 3B | DD | 19 | 21 |
| Octal | 76 | 113 | 150 | 50 | 34 | 0 | 73 | 335 | 31 | 41 |
| Binary | 111110 | 1001011 | 1101000 | 101000 | 11100 | 0 | 111011 | 11011101 | 11001 | 100001 |
Color Harmonies of #3E4B68
Complementary color
Monochromatic Colors of #3E4B68
Black with #3E4B68
Text Example
Text Example
White with #3E4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B68; }
p { color: rgb(62,75,104); }
H1.HeaderClassName
{
color: #3E4B68;
}
.AnyTagClassName
{
color: #3E4B68;
}
</style>
background-color css
<style>
a { background-color: #3E4B68; }
a { background-color: rgb(62,75,104); }
div.DivClassName
{
background-color: #3E4B68;
}
.BgClassName
{
background-color: #3E4B68;
}
</style>
border-color css
<style>
span { border-color: #3E4B68; }
span { border-color: rgb(62,75,104); }
td.TdClassName
{
border-color: #3E4B68;
}
.TagClassName
{
border-color: #3E4B68;
}
</style>