#3F4B66

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

Shades of East Bay #3F4B66

Tints of East Bay #3F4B66

Color information

#3F4B66 (or 0x3F4B66) is unknown color: approx East Bay. HEX triplet: 3F, 4B and 66. RGB value is (63,75,102). Sum of RGB (Red+Green+Blue) = 63+75+102=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F4B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B66 is #C0B499. Grayscale: #4A4A4A. Windows color (decimal): -12629146 or 6703935. OLE color: 6703935.

HSL color Cylindrical-coordinate representation of color #3F4B66: hue angle of 221.54º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4B66 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6375102-
CMYK0.380.2600.6
HSL221.54º23.64%32.35%-
HSV(B)221.54º38.24%40%-
XYZ6.967.0513.56-
YUV74.49143.52119.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=26.25%
G=31.25%
B=42.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63751020.380.2600.6221.5423.6432.35
Hex3F4B66261A03Cde1820
Octal7711314646320743363040
Binary111111100101111001101001101101001111001101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,75,102); }

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

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

 a { background-color: rgb(63,75,102); }

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

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

 span { border-color: rgb(63,75,102); }

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