#3F9684

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

Shades of Lochinvar #3F9684

Tints of Lochinvar #3F9684

Color information

#3F9684 (or 0x3F9684) is unknown color: approx Lochinvar. HEX triplet: 3F, 96 and 84. RGB value is (63,150,132). Sum of RGB (Red+Green+Blue) = 63+150+132=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9684 is #C0697B. Grayscale: #797979. Windows color (decimal): -12609916 or 8689215. OLE color: 8689215.

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

Color convert

RGB63150132-
CMYK0.5800.120.41
HSL167.59º40.85%41.76%-
HSV(B)167.59º58%58.82%-
XYZ17.1224.5425.66-
YUV121.94133.6885.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=18.26%
G=43.48%
B=38.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631501320.5800.120.41167.5940.8541.76
Hex3F96843A0C29a8292a
Octal7722620472014512505152
Binary11111110010110100001001110100110010100110101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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