#42938B

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

Shades of Lochinvar #42938B

Tints of Lochinvar #42938B

Color information

#42938B (or 0x42938B) is unknown color: approx Lochinvar. HEX triplet: 42, 93 and 8B. RGB value is (66,147,139). Sum of RGB (Red+Green+Blue) = 66+147+139=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #42938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42938B is #BD6C74. Grayscale: #797979. Windows color (decimal): -12414069 or 9147202. OLE color: 9147202.

HSL color Cylindrical-coordinate representation of color #42938B: hue angle of 174.07º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42938B is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB66147139-
CMYK0.5500.050.42
HSL174.07º38.03%41.76%-
HSV(B)174.07º55.1%57.65%-
XYZ17.3423.8928.12-
YUV121.87137.6688.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=18.75%
G=41.76%
B=39.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471390.5500.050.42174.0738.0341.76
Hex42938B37052Aae262a
Octal1022232136705522564652
Binary10000101001001110001011110111010110101010101110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42938B; }

 p { color: rgb(66,147,139); }

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

<style>
 a { background-color: #42938B; }

 a { background-color: rgb(66,147,139); }

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

<style>
 span { border-color: #42938B; }

 span { border-color: rgb(66,147,139); }

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