#3F857E

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

Shades of Lochinvar #3F857E

Tints of Lochinvar #3F857E

Color information

#3F857E (or 0x3F857E) is unknown color: approx Lochinvar. HEX triplet: 3F, 85 and 7E. RGB value is (63,133,126). Sum of RGB (Red+Green+Blue) = 63+133+126=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #3F857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F857E is #C07A81. Grayscale: #6F6F6F. Windows color (decimal): -12614274 or 8291647. OLE color: 8291647.

HSL color Cylindrical-coordinate representation of color #3F857E: hue angle of 174º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F857E is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB63133126-
CMYK0.5300.050.48
HSL174º35.71%38.43%-
HSV(B)174º52.63%52.16%-
XYZ14.219.3422.72-
YUV111.27136.3193.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.57%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=19.57%
G=41.30%
B=39.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631331260.5300.050.4817435.7138.43
Hex3F857E350530ae2426
Octal772051766505602564446
Binary111111100001011111110110101010111000010101110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,126); }

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

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

 a { background-color: rgb(63,133,126); }

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

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

 span { border-color: rgb(63,133,126); }

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