Html Css Color HEX #3E9384 Lochinvar

📋 copy color: '#3E9384'

red 62 ◦ green 147 ◦ blue 132

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

Shades of Lochinvar #3E9384

Tints of Lochinvar #3E9384

RGB

 RED value IS 62 (24.61% from 255) = 18.18%

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 132 (51.95% from 255) = 38.71%

R = 18.18%
G = 43.11%
B = 38.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#3E9384 (or 0x3E9384) is known color: Lochinvar. HEX triplet: 3E, 93 and 84. RGB value is (62,147,132). Sum of RGB (Red+Green+Blue) = 62+147+132=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9384 is #C16C7B. Grayscale: #777777. Windows color (decimal): -12676220 or 8688446. OLE color: 8688446.

HSL color Cylindrical-coordinate representation of color #3E9384: hue angle of 169.41º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E9384 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 147 132 -
CMYK 0.58 0 0.10 0.42
HSL 169.41º 0.41% 0.41% -
HSV(B) 169.41º 0.58% 0.58% -
XYZ 16.59 23.56 25.5 -
YUV 119.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 62 147 132 0.58 0 0.10 0.42 169.41 0.41 0.41
Hex 3E 93 84 3A 0 A 2A A9 29 29
Octal 76 223 204 72 0 12 52 251 51 51
Binary 111110 10010011 10000100 111010 0 1010 101010 10101001 101001 101001

Color Harmonies of #3E9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E9384

Black with #3E9384

Text Example


Text Example

White with #3E9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,147,132); }

 H1.HeaderClassName
 {
   color: #3E9384;
 }
 .AnyTagClassName
 {
   color: #3E9384;
 }
</style>

background-color css

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

 a { background-color: rgb(62,147,132); }

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

border-color css

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

 span { border-color: rgb(62,147,132); }

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