#3E8F84

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

Shades of Lochinvar #3E8F84

Tints of Lochinvar #3E8F84

Color information

#3E8F84 (or 0x3E8F84) is unknown color: approx Lochinvar. HEX triplet: 3E, 8F and 84. RGB value is (62,143,132). Sum of RGB (Red+Green+Blue) = 62+143+132=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8F84 is #C1707B. Grayscale: #757575. Windows color (decimal): -12677244 or 8687422. OLE color: 8687422.

HSL color Cylindrical-coordinate representation of color #3E8F84: hue angle of 171.85º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E8F84 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB62143132-
CMYK0.5700.080.44
HSL171.85º39.51%40.2%-
HSV(B)171.85º56.64%56.08%-
XYZ15.9722.3325.3-
YUV117.53136.1688.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.40%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=18.40%
G=42.43%
B=39.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621431320.5700.080.44171.8539.5140.2
Hex3E8F8439082Cac2828
Octal7621720471010542545050
Binary11111010001111100001001110010100010110010101100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,143,132); }

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

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

 a { background-color: rgb(62,143,132); }

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

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

 span { border-color: rgb(62,143,132); }

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