#3E4C68

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

Shades of East Bay #3E4C68

Tints of East Bay #3E4C68

Color information

#3E4C68 (or 0x3E4C68) is unknown color: approx East Bay. HEX triplet: 3E, 4C and 68. RGB value is (62,76,104). Sum of RGB (Red+Green+Blue) = 62+76+104=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E4C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4C68 is #C1B397. Grayscale: #4A4A4A. Windows color (decimal): -12694424 or 6835262. OLE color: 6835262.

HSL color Cylindrical-coordinate representation of color #3E4C68: hue angle of 220º 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 #3E4C68 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6276104-
CMYK0.400.2700.59
HSL220º25.3%32.55%-
HSV(B)220º40.38%40.78%-
XYZ7.077.1914.11-
YUV75.01144.36118.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=25.62%
G=31.40%
B=42.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62761040.400.2700.5922025.332.55
Hex3E4C68281B03Bdc1921
Octal7611415050330733343141
Binary111110100110011010001010001101101110111101110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,76,104); }

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

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

 a { background-color: rgb(62,76,104); }

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

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

 span { border-color: rgb(62,76,104); }

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