#3C9186

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

Shades of Lochinvar #3C9186

Tints of Lochinvar #3C9186

Color information

#3C9186 (or 0x3C9186) is unknown color: approx Lochinvar. HEX triplet: 3C, 91 and 86. RGB value is (60,145,134). Sum of RGB (Red+Green+Blue) = 60+145+134=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9186 is #C36E79. Grayscale: #767676. Windows color (decimal): -12807802 or 8819004. OLE color: 8819004.

HSL color Cylindrical-coordinate representation of color #3C9186: hue angle of 172.24º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9186 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB60145134-
CMYK0.5900.080.43
HSL172.24º41.46%40.2%-
HSV(B)172.24º58.62%56.86%-
XYZ16.2922.9326.12-
YUV118.33136.8486.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.70%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=17.70%
G=42.77%
B=39.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601451340.5900.080.43172.2441.4640.2
Hex3C91863B082Bac2928
Octal7422120673010532545150
Binary11110010010001100001101110110100010101110101100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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