#3B9284

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

Shades of Lochinvar #3B9284

Tints of Lochinvar #3B9284

Color information

#3B9284 (or 0x3B9284) is unknown color: approx Lochinvar. HEX triplet: 3B, 92 and 84. RGB value is (59,146,132). Sum of RGB (Red+Green+Blue) = 59+146+132=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #3B9284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9284 is #C46D7B. Grayscale: #767676. Windows color (decimal): -12873084 or 8688187. OLE color: 8688187.

HSL color Cylindrical-coordinate representation of color #3B9284: hue angle of 170.34º degrees, saturation: 0.42, 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 #3B9284 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB59146132-
CMYK0.6000.100.43
HSL170.34º42.44%40.2%-
HSV(B)170.34º59.59%57.25%-
XYZ16.2523.1525.44-
YUV118.39135.6885.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.51%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=17.51%
G=43.32%
B=39.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461320.6000.100.43170.3442.4440.2
Hex3B92843C0A2Baa2a28
Octal7322220474012532525250
Binary11101110010010100001001111000101010101110101010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,146,132); }

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

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

 a { background-color: rgb(59,146,132); }

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

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

 span { border-color: rgb(59,146,132); }

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