#3F9284

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

Shades of Lochinvar #3F9284

Tints of Lochinvar #3F9284

Color information

#3F9284 (or 0x3F9284) is unknown color: approx Lochinvar. HEX triplet: 3F, 92 and 84. RGB value is (63,146,132). Sum of RGB (Red+Green+Blue) = 63+146+132=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9284 is #C06D7B. Grayscale: #777777. Windows color (decimal): -12610940 or 8688191. OLE color: 8688191.

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

Color convert

RGB63146132-
CMYK0.5700.100.43
HSL169.88º39.71%40.98%-
HSV(B)169.88º56.85%57.25%-
XYZ16.4923.2825.45-
YUV119.5913587.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.48%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=18.48%
G=42.82%
B=38.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631461320.5700.100.43169.8839.7140.98
Hex3F9284390A2Baa2829
Octal7722220471012532525051
Binary11111110010010100001001110010101010101110101010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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