#3D857B

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

Shades of Lochinvar #3D857B

Tints of Lochinvar #3D857B

Color information

#3D857B (or 0x3D857B) is unknown color: approx Lochinvar. HEX triplet: 3D, 85 and 7B. RGB value is (61,133,123). Sum of RGB (Red+Green+Blue) = 61+133+123=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #3D857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D857B is #C27A84. Grayscale: #6E6E6E. Windows color (decimal): -12745349 or 8095037. OLE color: 8095037.

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

Color convert

RGB61133123-
CMYK0.5400.080.48
HSL171.67º37.11%38.04%-
HSV(B)171.67º54.14%52.16%-
XYZ13.8919.221.71-
YUV110.33135.1592.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=19.24%
G=41.96%
B=38.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611331230.5400.080.48171.6737.1138.04
Hex3D857B360830ac2526
Octal7520517366010602544546
Binary1111011000010111110111101100100011000010101100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,133,123); }

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

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

 a { background-color: rgb(61,133,123); }

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

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

 span { border-color: rgb(61,133,123); }

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