#3E8B83

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

Shades of Lochinvar #3E8B83

Tints of Lochinvar #3E8B83

Color information

#3E8B83 (or 0x3E8B83) is unknown color: approx Lochinvar. HEX triplet: 3E, 8B and 83. RGB value is (62,139,131). Sum of RGB (Red+Green+Blue) = 62+139+131=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8B83 is #C1747C. Grayscale: #737373. Windows color (decimal): -12678269 or 8620862. OLE color: 8620862.

HSL color Cylindrical-coordinate representation of color #3E8B83: hue angle of 173.77º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8B83 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB62139131-
CMYK0.5500.060.45
HSL173.77º38.31%39.41%-
HSV(B)173.77º55.4%54.51%-
XYZ15.3221.1324.74-
YUV115.06136.9990.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.67%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=18.67%
G=41.87%
B=39.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621391310.5500.060.45173.7738.3139.41
Hex3E8B8337062Dae2627
Octal762132036706552564647
Binary1111101000101110000011110111011010110110101110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,139,131); }

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

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

 a { background-color: rgb(62,139,131); }

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

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

 span { border-color: rgb(62,139,131); }

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