Html Css Color HEX #3E4145 Baltic Sea

📋 copy color: '#3E4145'

red 62 ◦ green 65 ◦ blue 69

#3E4145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #3E4145

Tints of Baltic Sea #3E4145

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.2%

R = 31.63%
G = 33.16%
B = 35.2%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E4145 (or 0x3E4145) is known color: 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

RGB 62 65 69 -
CMYK 0.10 0.06 0 0.73
HSL 214.29º 0.05% 0.26% -
HSV(B) 214.29º 0.1% 0.27% -
XYZ 4.95 5.23 6.38 -
YUV 64.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 62 65 69 0.10 0.06 0 0.73 214.29 0.05 0.26
Hex 3E 41 45 A 6 0 49 D6 5 1A
Octal 76 101 105 12 6 0 111 326 5 32
Binary 111110 1000001 1000101 1010 110 0 1001001 11010110 101 11010

Color Harmonies of #3E4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4145

Black with #3E4145

Text Example


Text Example

White with #3E4145

Text Example


Text Example

HTML Codes & Css Web 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>