#3f9387

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

Shades of Lochinvar #3F9387

Tints of Lochinvar #3F9387

Color information

#3F9387 (or 0x3F9387) is unknown color: approx Lochinvar. HEX triplet: 3F, 93 and 87. RGB value is (63,147,135). Sum of RGB (Red+Green+Blue) = 63+147+135=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9387 is #C06C78. Grayscale: #787878. Windows color (decimal): -12610681 or 8885055. OLE color: 8885055.

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

Color convert

RGB63147135-
CMYK0.5700.080.42
HSL171.43º40%41.18%-
HSV(B)171.43º57.14%57.65%-
XYZ16.8623.6726.6-
YUV120.52136.1786.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=18.26%
G=42.61%
B=39.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471350.5700.080.42171.434041.18
Hex3F938739082Aab2829
Octal7722320771010522535051
Binary11111110010011100001111110010100010101010101011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,147,135); }

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

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

 a { background-color: rgb(63,147,135); }

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

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

 span { border-color: rgb(63,147,135); }

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