Html Css Color HEX #3E847C Lochinvar

📋 copy color: '#3E847C'

red 62 ◦ green 132 ◦ blue 124

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

Shades of Lochinvar #3E847C

Tints of Lochinvar #3E847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 19.5%
G = 41.51%
B = 38.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#3E847C (or 0x3E847C) is known color: Lochinvar. HEX triplet: 3E, 84 and 7C. RGB value is (62,132,124). Sum of RGB (Red+Green+Blue) = 62+132+124=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #3E847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E847C is #C17B83. Grayscale: #6E6E6E. Windows color (decimal): -12680068 or 8160318. OLE color: 8160318.

HSL color Cylindrical-coordinate representation of color #3E847C: hue angle of 173.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E847C is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 132 124 -
CMYK 0.53 0 0.06 0.48
HSL 173.14º 0.36% 0.38% -
HSV(B) 173.14º 0.53% 0.52% -
XYZ 13.88 18.98 22 -
YUV 110.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 62 132 124 0.53 0 0.06 0.48 173.14 0.36 0.38
Hex 3E 84 7C 35 0 6 30 AD 24 26
Octal 76 204 174 65 0 6 60 255 44 46
Binary 111110 10000100 1111100 110101 0 110 110000 10101101 100100 100110

Color Harmonies of #3E847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E847C

Black with #3E847C

Text Example


Text Example

White with #3E847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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