#3F837B

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

Shades of Lochinvar #3F837B

Tints of Lochinvar #3F837B

Color information

#3F837B (or 0x3F837B) is unknown color: approx Lochinvar. HEX triplet: 3F, 83 and 7B. RGB value is (63,131,123). Sum of RGB (Red+Green+Blue) = 63+131+123=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #3F837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F837B is #C07C84. Grayscale: #6D6D6D. Windows color (decimal): -12614789 or 8094527. OLE color: 8094527.

HSL color Cylindrical-coordinate representation of color #3F837B: hue angle of 172.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F837B is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB63131123-
CMYK0.5200.060.49
HSL172.94º35.05%38.04%-
HSV(B)172.94º51.91%51.37%-
XYZ13.7418.7221.63-
YUV109.76135.4794.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.87%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=19.87%
G=41.32%
B=38.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631311230.5200.060.49172.9435.0538.04
Hex3F837B340631ad2326
Octal772031736406612554346
Binary111111100000111111011110100011011000110101101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,131,123); }

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

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

 a { background-color: rgb(63,131,123); }

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

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

 span { border-color: rgb(63,131,123); }

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