#3A877C

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

Shades of Lochinvar #3A877C

Tints of Lochinvar #3A877C

Color information

#3A877C (or 0x3A877C) is unknown color: approx Lochinvar. HEX triplet: 3A, 87 and 7C. RGB value is (58,135,124). Sum of RGB (Red+Green+Blue) = 58+135+124=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #3A877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A877C is #C57883. Grayscale: #6E6E6E. Windows color (decimal): -12941444 or 8161082. OLE color: 8161082.

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

Color convert

RGB58135124-
CMYK0.5700.080.47
HSL171.43º39.9%37.84%-
HSV(B)171.43º57.04%52.94%-
XYZ14.0519.6822.13-
YUV110.72135.4990.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=18.30%
G=42.59%
B=39.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581351240.5700.080.47171.4339.937.84
Hex3A877C39082Fab2826
Octal7220717471010572535046
Binary1110101000011111111001110010100010111110101011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,135,124); }

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

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

 a { background-color: rgb(58,135,124); }

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

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

 span { border-color: rgb(58,135,124); }

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