#3D847D

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

Shades of Lochinvar #3D847D

Tints of Lochinvar #3D847D

Color information

#3D847D (or 0x3D847D) is unknown color: approx Lochinvar. HEX triplet: 3D, 84 and 7D. RGB value is (61,132,125). Sum of RGB (Red+Green+Blue) = 61+132+125=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #3D847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D847D is #C27B82. Grayscale: #6D6D6D. Windows color (decimal): -12745603 or 8225853. OLE color: 8225853.

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

Color convert

RGB61132125-
CMYK0.5400.050.48
HSL174.08º36.79%37.84%-
HSV(B)174.08º53.79%51.76%-
XYZ13.8818.9822.33-
YUV109.97136.4893.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.18%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=19.18%
G=41.51%
B=39.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611321250.5400.050.48174.0836.7937.84
Hex3D847D360530ae2526
Octal752041756605602564546
Binary111101100001001111101110110010111000010101110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,125); }

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

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

 a { background-color: rgb(61,132,125); }

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

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

 span { border-color: rgb(61,132,125); }

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