#3D9285

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

Shades of Lochinvar #3D9285

Tints of Lochinvar #3D9285

Color information

#3D9285 (or 0x3D9285) is unknown color: approx Lochinvar. HEX triplet: 3D, 92 and 85. RGB value is (61,146,133). Sum of RGB (Red+Green+Blue) = 61+146+133=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9285 is #C26D7A. Grayscale: #777777. Windows color (decimal): -12742011 or 8753725. OLE color: 8753725.

HSL color Cylindrical-coordinate representation of color #3D9285: hue angle of 170.82º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9285 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB61146133-
CMYK0.5800.090.43
HSL170.82º41.06%40.59%-
HSV(B)170.82º58.22%57.25%-
XYZ16.4423.2425.81-
YUV119.1135.8486.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.94%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=17.94%
G=42.94%
B=39.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611461330.5800.090.43170.8241.0640.59
Hex3D92853A092Bab2929
Octal7522220572011532535151
Binary11110110010010100001011110100100110101110101011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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