#3B857E

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

Shades of Lochinvar #3B857E

Tints of Lochinvar #3B857E

Color information

#3B857E (or 0x3B857E) is unknown color: approx Lochinvar. HEX triplet: 3B, 85 and 7E. RGB value is (59,133,126). Sum of RGB (Red+Green+Blue) = 59+133+126=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #3B857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B857E is #C47A81. Grayscale: #6E6E6E. Windows color (decimal): -12876418 or 8291643. OLE color: 8291643.

HSL color Cylindrical-coordinate representation of color #3B857E: hue angle of 174.32º 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 #3B857E is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB59133126-
CMYK0.5600.050.48
HSL174.32º38.54%37.65%-
HSV(B)174.32º55.64%52.16%-
XYZ13.9619.2122.71-
YUV110.08136.9891.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=18.55%
G=41.82%
B=39.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591331260.5600.050.48174.3238.5437.65
Hex3B857E380530ae2726
Octal732051767005602564746
Binary111011100001011111110111000010111000010101110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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