#3A9285

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

Shades of Lochinvar #3A9285

Tints of Lochinvar #3A9285

Color information

#3A9285 (or 0x3A9285) is unknown color: approx Lochinvar. HEX triplet: 3A, 92 and 85. RGB value is (58,146,133). Sum of RGB (Red+Green+Blue) = 58+146+133=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9285 is #C56D7A. Grayscale: #767676. Windows color (decimal): -12938619 or 8753722. OLE color: 8753722.

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

Color convert

RGB58146133-
CMYK0.6000.090.43
HSL171.14º43.14%40%-
HSV(B)171.14º60.27%57.25%-
XYZ16.2623.1525.8-
YUV118.21136.3585.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=17.21%
G=43.32%
B=39.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581461330.6000.090.43171.1443.1440
Hex3A92853C092Bab2b28
Octal7222220574011532535350
Binary11101010010010100001011111000100110101110101011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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