#3A887C

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

Shades of Lochinvar #3A887C

Tints of Lochinvar #3A887C

Color information

#3A887C (or 0x3A887C) is unknown color: approx Lochinvar. HEX triplet: 3A, 88 and 7C. RGB value is (58,136,124). Sum of RGB (Red+Green+Blue) = 58+136+124=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #3A887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A887C is #C57783. Grayscale: #6F6F6F. Windows color (decimal): -12941188 or 8161338. OLE color: 8161338.

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

Color convert

RGB58136124-
CMYK0.5700.090.47
HSL170.77º40.21%38.04%-
HSV(B)170.77º57.35%53.33%-
XYZ14.1919.9622.17-
YUV111.31135.1689.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.24%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=18.24%
G=42.77%
B=38.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581361240.5700.090.47170.7740.2138.04
Hex3A887C39092Fab2826
Octal7221017471011572535046
Binary1110101000100011111001110010100110111110101011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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