#3E4B68

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

Shades of East Bay #3E4B68

Tints of East Bay #3E4B68

Color information

#3E4B68 (or 0x3E4B68) is unknown color: approx 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

RGB6275104-
CMYK0.400.2800.59
HSL221.43º25.3%32.55%-
HSV(B)221.43º40.38%40.78%-
XYZ77.0614.09-
YUV74.42144.69119.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=25.73%
G=31.12%
B=43.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62751040.400.2800.59221.4325.332.55
Hex3E4B68281C03Bdd1921
Octal7611315050340733353141
Binary111110100101111010001010001110001110111101110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>