#3F9188

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

Shades of Lochinvar #3F9188

Tints of Lochinvar #3F9188

Color information

#3F9188 (or 0x3F9188) is unknown color: approx Lochinvar. HEX triplet: 3F, 91 and 88. RGB value is (63,145,136). Sum of RGB (Red+Green+Blue) = 63+145+136=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9188 is #C06E77. Grayscale: #777777. Windows color (decimal): -12611192 or 8950079. OLE color: 8950079.

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

Color convert

RGB63145136-
CMYK0.5700.060.43
HSL173.41º39.42%40.78%-
HSV(B)173.41º56.55%56.86%-
XYZ16.6223.0926.87-
YUV119.46137.3387.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.31%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=18.31%
G=42.15%
B=39.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631451360.5700.060.43173.4139.4240.78
Hex3F918839062Bad2729
Octal772212107106532554751
Binary1111111001000110001000111001011010101110101101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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