#3A857C

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

Shades of Lochinvar #3A857C

Tints of Lochinvar #3A857C

Color information

#3A857C (or 0x3A857C) is unknown color: approx Lochinvar. HEX triplet: 3A, 85 and 7C. RGB value is (58,133,124). Sum of RGB (Red+Green+Blue) = 58+133+124=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #3A857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A857C is #C57A83. Grayscale: #6D6D6D. Windows color (decimal): -12941956 or 8160570. OLE color: 8160570.

HSL color Cylindrical-coordinate representation of color #3A857C: hue angle of 172.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A857C is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB58133124-
CMYK0.5600.070.48
HSL172.8º39.27%37.45%-
HSV(B)172.8º56.39%52.16%-
XYZ13.7719.1322.04-
YUV109.55136.1591.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=18.41%
G=42.22%
B=39.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581331240.5600.070.48172.839.2737.45
Hex3A857C380730ad2725
Octal722051747007602554745
Binary111010100001011111100111000011111000010101101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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