#3F4C67

Color #3F4C67 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #3F4C67

Tints of East Bay #3F4C67

Color information

#3F4C67 (or 0x3F4C67) is unknown color: approx East Bay. HEX triplet: 3F, 4C and 67. RGB value is (63,76,103). Sum of RGB (Red+Green+Blue) = 63+76+103=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4C67 is #C0B398. Grayscale: #4B4B4B. Windows color (decimal): -12628889 or 6769727. OLE color: 6769727.

HSL color Cylindrical-coordinate representation of color #3F4C67: hue angle of 220.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 #3F4C67 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6376103-
CMYK0.390.2600.60
HSL220.5º24.1%32.55%-
HSV(B)220.5º38.83%40.39%-
XYZ7.087.213.85-
YUV75.19143.69119.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=26.03%
G=31.40%
B=42.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63761030.390.2600.60220.524.132.55
Hex3F4C67271A03Cdc1821
Octal7711414747320743343041
Binary111111100110011001111001111101001111001101110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4C67; }

 p { color: rgb(63,76,103); }

 H1.HeaderClassName
 {
   color: #3F4C67;
 }
 .AnyTagClassName
 {
   color: #3F4C67;
 }
</style>
background-color css

<style>
 a { background-color: #3F4C67; }

 a { background-color: rgb(63,76,103); }

 div.DivClassName
 {
   background-color: #3F4C67;
 }
 .BgClassName
 {
   background-color: #3F4C67;
 }
</style>
border-color css

<style>
 span { border-color: #3F4C67; }

 span { border-color: rgb(63,76,103); }

 td.TdClassName
 {
   border-color: #3F4C67;
 }
 .TagClassName
 {
   border-color: #3F4C67;
 }
</style>