#3E867D

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

Shades of Lochinvar #3E867D

Tints of Lochinvar #3E867D

Color information

#3E867D (or 0x3E867D) is unknown color: approx Lochinvar. HEX triplet: 3E, 86 and 7D. RGB value is (62,134,125). Sum of RGB (Red+Green+Blue) = 62+134+125=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #3E867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E867D is #C17982. Grayscale: #6F6F6F. Windows color (decimal): -12679555 or 8226366. OLE color: 8226366.

HSL color Cylindrical-coordinate representation of color #3E867D: hue angle of 172.5º 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 #3E867D is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB62134125-
CMYK0.5400.070.47
HSL172.5º36.73%38.43%-
HSV(B)172.5º53.73%52.55%-
XYZ14.2119.5522.43-
YUV111.45135.6592.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.31%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=19.31%
G=41.74%
B=38.94%

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
Decimal621341250.5400.070.47172.536.7338.43
Hex3E867D36072Fac2526
Octal762061756607572544546
Binary111110100001101111101110110011110111110101100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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