#3E867C

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

Shades of Lochinvar #3E867C

Tints of Lochinvar #3E867C

Color information

#3E867C (or 0x3E867C) is unknown color: approx Lochinvar. HEX triplet: 3E, 86 and 7C. RGB value is (62,134,124). Sum of RGB (Red+Green+Blue) = 62+134+124=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #3E867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E867C is #C17983. Grayscale: #6F6F6F. Windows color (decimal): -12679556 or 8160830. OLE color: 8160830.

HSL color Cylindrical-coordinate representation of color #3E867C: hue angle of 171.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E867C is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB62134124-
CMYK0.5400.070.47
HSL171.67º36.73%38.43%-
HSV(B)171.67º53.73%52.55%-
XYZ14.1519.5322.09-
YUV111.33135.1592.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.38%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=19.38%
G=41.88%
B=38.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621341240.5400.070.47171.6736.7338.43
Hex3E867C36072Fac2526
Octal762061746607572544546
Binary111110100001101111100110110011110111110101100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,134,124); }

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

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

 a { background-color: rgb(62,134,124); }

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

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

 span { border-color: rgb(62,134,124); }

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