Shades of East Bay #3F4F68
Tints of East Bay #3F4F68
RGB
CMYK
RGB Variations
Color information
#3F4F68 (or 0x3F4F68) is known color: East Bay. HEX triplet: 3F, 4F and 68. RGB value is (63,79,104). Sum of RGB (Red+Green+Blue) = 63+79+104=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F68 is #C0B097. Grayscale: #4C4C4C. Windows color (decimal): -12628120 or 6836031. OLE color: 6836031.
HSL color Cylindrical-coordinate representation of color #3F4F68: hue angle of 216.59º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4F68 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 79 | 104 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.59 |
| HSL | 216.59º | 0.25% | 0.33% | - |
| HSV(B) | 216.59º | 0.39% | 0.41% | - |
| XYZ | 7.34 | 7.65 | 14.19 | - |
| YUV | 77.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 104 | 0.39 | 0.24 | 0 | 0.59 | 216.59 | 0.25 | 0.33 |
| Hex | 3F | 4F | 68 | 27 | 18 | 0 | 3B | D9 | 19 | 21 |
| Octal | 77 | 117 | 150 | 47 | 30 | 0 | 73 | 331 | 31 | 41 |
| Binary | 111111 | 1001111 | 1101000 | 100111 | 11000 | 0 | 111011 | 11011001 | 11001 | 100001 |
Color Harmonies of #3F4F68
Complementary color
Monochromatic Colors of #3F4F68
Black with #3F4F68
Text Example
Text Example
White with #3F4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F68; }
p { color: rgb(63,79,104); }
H1.HeaderClassName
{
color: #3F4F68;
}
.AnyTagClassName
{
color: #3F4F68;
}
</style>
background-color css
<style>
a { background-color: #3F4F68; }
a { background-color: rgb(63,79,104); }
div.DivClassName
{
background-color: #3F4F68;
}
.BgClassName
{
background-color: #3F4F68;
}
</style>
border-color css
<style>
span { border-color: #3F4F68; }
span { border-color: rgb(63,79,104); }
td.TdClassName
{
border-color: #3F4F68;
}
.TagClassName
{
border-color: #3F4F68;
}
</style>