#3A887E

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

Shades of Lochinvar #3A887E

Tints of Lochinvar #3A887E

Color information

#3A887E (or 0x3A887E) is unknown color: approx Lochinvar. HEX triplet: 3A, 88 and 7E. RGB value is (58,136,126). Sum of RGB (Red+Green+Blue) = 58+136+126=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #3A887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A887E is #C57781. Grayscale: #6F6F6F. Windows color (decimal): -12941186 or 8292410. OLE color: 8292410.

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

Color convert

RGB58136126-
CMYK0.5700.070.47
HSL172.31º40.21%38.04%-
HSV(B)172.31º57.35%53.33%-
XYZ14.3120.0122.85-
YUV111.54136.1689.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=18.12%
G=42.5%
B=39.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581361260.5700.070.47172.3140.2138.04
Hex3A887E39072Fac2826
Octal722101767107572545046
Binary111010100010001111110111001011110111110101100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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