Html Css Color HEX #379186 Lochinvar

📋 copy color: '#379186'

red 55 ◦ green 145 ◦ blue 134

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

Shades of Lochinvar #379186

Tints of Lochinvar #379186

RGB

 RED value IS 55 (21.88% from 255) = 16.47%

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 16.47%
G = 43.41%
B = 40.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#379186 (or 0x379186) is known color: Lochinvar. HEX triplet: 37, 91 and 86. RGB value is (55,145,134). Sum of RGB (Red+Green+Blue) = 55+145+134=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #379186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379186 is #C86E79. Grayscale: #747474. Windows color (decimal): -13135482 or 8818999. OLE color: 8818999.

HSL color Cylindrical-coordinate representation of color #379186: hue angle of 172.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379186 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 134 -
CMYK 0.62 0 0.08 0.43
HSL 172.67º 0.45% 0.39% -
HSV(B) 172.67º 0.62% 0.57% -
XYZ 16 22.78 26.11 -
YUV 116.84 137.68 83.89 -
System Red Green Blue C M Y K H S L
Decimal 55 145 134 0.62 0 0.08 0.43 172.67 0.45 0.39
Hex 37 91 86 3E 0 8 2B AD 2D 27
Octal 67 221 206 76 0 10 53 255 55 47
Binary 110111 10010001 10000110 111110 0 1000 101011 10101101 101101 100111

Color Harmonies of #379186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379186

Black with #379186

Text Example


Text Example

White with #379186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379186; }

 p { color: rgb(55,145,134); }

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

background-color css

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

 a { background-color: rgb(55,145,134); }

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

border-color css

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

 span { border-color: rgb(55,145,134); }

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