#3C857D

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

Shades of Lochinvar #3C857D

Tints of Lochinvar #3C857D

Color information

#3C857D (or 0x3C857D) is unknown color: approx Lochinvar. HEX triplet: 3C, 85 and 7D. RGB value is (60,133,125). Sum of RGB (Red+Green+Blue) = 60+133+125=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #3C857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C857D is #C37A82. Grayscale: #6E6E6E. Windows color (decimal): -12810883 or 8226108. OLE color: 8226108.

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

Color convert

RGB60133125-
CMYK0.5500.060.48
HSL173.42º37.82%37.84%-
HSV(B)173.42º54.89%52.16%-
XYZ13.9519.2222.38-
YUV110.26136.3292.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=18.87%
G=41.82%
B=39.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601331250.5500.060.48173.4237.8237.84
Hex3C857D370630ad2626
Octal742051756706602554646
Binary111100100001011111101110111011011000010101101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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