#3A887D

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

Shades of Lochinvar #3A887D

Tints of Lochinvar #3A887D

Color information

#3A887D (or 0x3A887D) is unknown color: approx Lochinvar. HEX triplet: 3A, 88 and 7D. RGB value is (58,136,125). Sum of RGB (Red+Green+Blue) = 58+136+125=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #3A887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A887D is #C57782. Grayscale: #6F6F6F. Windows color (decimal): -12941187 or 8226874. OLE color: 8226874.

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

Color convert

RGB58136125-
CMYK0.5700.080.47
HSL171.54º40.21%38.04%-
HSV(B)171.54º57.35%53.33%-
XYZ14.2519.9922.51-
YUV111.42135.6689.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=18.18%
G=42.63%
B=39.18%

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
Decimal581361250.5700.080.47171.5440.2138.04
Hex3A887D39082Fac2826
Octal7221017571010572545046
Binary1110101000100011111011110010100010111110101100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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