Shades of East Bay #3F4A67
Tints of East Bay #3F4A67
RGB
CMYK
RGB Variations
Color information
#3F4A67 (or 0x3F4A67) is known color: East Bay. HEX triplet: 3F, 4A and 67. RGB value is (63,74,103). Sum of RGB (Red+Green+Blue) = 63+74+103=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A67 is #C0B598. Grayscale: #494949. Windows color (decimal): -12629401 or 6769215. OLE color: 6769215.
HSL color Cylindrical-coordinate representation of color #3F4A67: hue angle of 223.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4A67 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 74 | 103 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.60 |
| HSL | 223.5º | 0.24% | 0.33% | - |
| HSV(B) | 223.5º | 0.39% | 0.4% | - |
| XYZ | 6.95 | 6.93 | 13.8 | - |
| YUV | 74.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 103 | 0.39 | 0.28 | 0 | 0.60 | 223.5 | 0.24 | 0.33 |
| Hex | 3F | 4A | 67 | 27 | 1C | 0 | 3C | E0 | 18 | 21 |
| Octal | 77 | 112 | 147 | 47 | 34 | 0 | 74 | 340 | 30 | 41 |
| Binary | 111111 | 1001010 | 1100111 | 100111 | 11100 | 0 | 111100 | 11100000 | 11000 | 100001 |
Color Harmonies of #3F4A67
Complementary color
Monochromatic Colors of #3F4A67
Black with #3F4A67
Text Example
Text Example
White with #3F4A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A67; }
p { color: rgb(63,74,103); }
H1.HeaderClassName
{
color: #3F4A67;
}
.AnyTagClassName
{
color: #3F4A67;
}
</style>
background-color css
<style>
a { background-color: #3F4A67; }
a { background-color: rgb(63,74,103); }
div.DivClassName
{
background-color: #3F4A67;
}
.BgClassName
{
background-color: #3F4A67;
}
</style>
border-color css
<style>
span { border-color: #3F4A67; }
span { border-color: rgb(63,74,103); }
td.TdClassName
{
border-color: #3F4A67;
}
.TagClassName
{
border-color: #3F4A67;
}
</style>