#3C857E

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

Shades of Lochinvar #3C857E

Tints of Lochinvar #3C857E

Color information

#3C857E (or 0x3C857E) is unknown color: approx Lochinvar. HEX triplet: 3C, 85 and 7E. RGB value is (60,133,126). Sum of RGB (Red+Green+Blue) = 60+133+126=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #3C857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C857E is #C37A81. Grayscale: #6E6E6E. Windows color (decimal): -12810882 or 8291644. OLE color: 8291644.

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

Color convert

RGB60133126-
CMYK0.5500.050.48
HSL174.25º37.82%37.84%-
HSV(B)174.25º54.89%52.16%-
XYZ14.0219.2422.71-
YUV110.38136.8292.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=18.81%
G=41.69%
B=39.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601331260.5500.050.48174.2537.8237.84
Hex3C857E370530ae2626
Octal742051766705602564646
Binary111100100001011111110110111010111000010101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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