#3F9086

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

Shades of Lochinvar #3F9086

Tints of Lochinvar #3F9086

Color information

#3F9086 (or 0x3F9086) is unknown color: approx Lochinvar. HEX triplet: 3F, 90 and 86. RGB value is (63,144,134). Sum of RGB (Red+Green+Blue) = 63+144+134=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9086 is #C06F79. Grayscale: #767676. Windows color (decimal): -12611450 or 8818751. OLE color: 8818751.

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

Color convert

RGB63144134-
CMYK0.5600.070.44
HSL172.59º39.13%40.59%-
HSV(B)172.59º56.25%56.47%-
XYZ16.3322.7226.08-
YUV118.64136.6688.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.48%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 134 (52.73% from 255) = 39.30%
R=18.48%
G=42.23%
B=39.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631441340.5600.070.44172.5939.1340.59
Hex3F908638072Cad2729
Octal772202067007542554751
Binary1111111001000010000110111000011110110010101101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,144,134); }

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

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

 a { background-color: rgb(63,144,134); }

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

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

 span { border-color: rgb(63,144,134); }

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