#3F9088

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

Shades of Lochinvar #3F9088

Tints of Lochinvar #3F9088

Color information

#3F9088 (or 0x3F9088) is unknown color: approx Lochinvar. HEX triplet: 3F, 90 and 88. RGB value is (63,144,136). Sum of RGB (Red+Green+Blue) = 63+144+136=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9088 is #C06F77. Grayscale: #767676. Windows color (decimal): -12611448 or 8949823. OLE color: 8949823.

HSL color Cylindrical-coordinate representation of color #3F9088: hue angle of 174.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9088 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB63144136-
CMYK0.5600.060.44
HSL174.07º39.13%40.59%-
HSV(B)174.07º56.25%56.47%-
XYZ16.4722.7826.82-
YUV118.87137.6688.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=18.37%
G=41.98%
B=39.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631441360.5600.060.44174.0739.1340.59
Hex3F908838062Cae2729
Octal772202107006542564751
Binary1111111001000010001000111000011010110010101110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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