#3F9183

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

Shades of Lochinvar #3F9183

Tints of Lochinvar #3F9183

Color information

#3F9183 (or 0x3F9183) is unknown color: approx Lochinvar. HEX triplet: 3F, 91 and 83. RGB value is (63,145,131). Sum of RGB (Red+Green+Blue) = 63+145+131=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9183 is #C06E7C. Grayscale: #767676. Windows color (decimal): -12611197 or 8622399. OLE color: 8622399.

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

Color convert

RGB63145131-
CMYK0.5700.100.43
HSL169.76º39.42%40.78%-
HSV(B)169.76º56.55%56.86%-
XYZ16.2722.9525.04-
YUV118.89134.8388.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.58%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=18.58%
G=42.77%
B=38.64%

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
Decimal631451310.5700.100.43169.7639.4240.78
Hex3F9183390A2Baa2729
Octal7722120371012532524751
Binary11111110010001100000111110010101010101110101010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,131); }

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

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

 a { background-color: rgb(63,145,131); }

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

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

 span { border-color: rgb(63,145,131); }

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