#3E4145

Color #3E4145 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #3E4145

Tints of Baltic Sea #3E4145

Color information

#3E4145 (or 0x3E4145) is unknown color: approx Baltic Sea. HEX triplet: 3E, 41 and 45. RGB value is (62,65,69). Sum of RGB (Red+Green+Blue) = 62+65+69=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E4145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4145 is #C1BEBA. Grayscale: #404040. Windows color (decimal): -12697275 or 4538686. OLE color: 4538686.

HSL color Cylindrical-coordinate representation of color #3E4145: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3E4145 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB626569-
CMYK0.100.0600.73
HSL214.29º5.34%25.69%-
HSV(B)214.29º10.14%27.06%-
XYZ4.955.236.38-
YUV64.56130.51126.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=31.63%
G=33.16%
B=35.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6265690.100.0600.73214.295.3425.69
Hex3E4145A6049d651a
Octal761011051260111326532
Binary111110100000110001011010110010010011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,69); }

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

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

 a { background-color: rgb(62,65,69); }

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

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

 span { border-color: rgb(62,65,69); }

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