#3F9184

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

Shades of Lochinvar #3F9184

Tints of Lochinvar #3F9184

Color information

#3F9184 (or 0x3F9184) is unknown color: approx Lochinvar. HEX triplet: 3F, 91 and 84. RGB value is (63,145,132). Sum of RGB (Red+Green+Blue) = 63+145+132=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9184 is #C06E7B. Grayscale: #767676. Windows color (decimal): -12611196 or 8687935. OLE color: 8687935.

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

Color convert

RGB63145132-
CMYK0.5700.090.43
HSL170.49º39.42%40.78%-
HSV(B)170.49º56.55%56.86%-
XYZ16.3422.9725.4-
YUV119135.3388.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=18.53%
G=42.65%
B=38.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631451320.5700.090.43170.4939.4240.78
Hex3F918439092Baa2729
Octal7722120471011532524751
Binary11111110010001100001001110010100110101110101010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,132); }

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

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

 a { background-color: rgb(63,145,132); }

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

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

 span { border-color: rgb(63,145,132); }

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