#3B857C

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

Shades of Lochinvar #3B857C

Tints of Lochinvar #3B857C

Color information

#3B857C (or 0x3B857C) is unknown color: approx Lochinvar. HEX triplet: 3B, 85 and 7C. RGB value is (59,133,124). Sum of RGB (Red+Green+Blue) = 59+133+124=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #3B857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B857C is #C47A83. Grayscale: #6D6D6D. Windows color (decimal): -12876420 or 8160571. OLE color: 8160571.

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

Color convert

RGB59133124-
CMYK0.5600.070.48
HSL172.7º38.54%37.65%-
HSV(B)172.7º55.64%52.16%-
XYZ13.8319.1622.04-
YUV109.85135.9891.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.67%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=18.67%
G=42.09%
B=39.24%

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
Decimal591331240.5600.070.48172.738.5437.65
Hex3B857C380730ad2726
Octal732051747007602554746
Binary111011100001011111100111000011111000010101101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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