#3F8681

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

Shades of Lochinvar #3F8681

Tints of Lochinvar #3F8681

Color information

#3F8681 (or 0x3F8681) is unknown color: approx Lochinvar. HEX triplet: 3F, 86 and 81. RGB value is (63,134,129). Sum of RGB (Red+Green+Blue) = 63+134+129=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8681 is #C0797E. Grayscale: #707070. Windows color (decimal): -12614015 or 8488511. OLE color: 8488511.

HSL color Cylindrical-coordinate representation of color #3F8681: hue angle of 175.77º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8681 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB63134129-
CMYK0.5300.040.47
HSL175.77º36.04%38.63%-
HSV(B)175.77º52.99%52.55%-
XYZ14.5419.6923.8-
YUV112.2137.4892.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=19.33%
G=41.10%
B=39.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631341290.5300.040.47175.7736.0438.63
Hex3F868135042Fb02427
Octal772062016504572604447
Binary1111111000011010000001110101010010111110110000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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