#3F8A83

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

Shades of Lochinvar #3F8A83

Tints of Lochinvar #3F8A83

Color information

#3F8A83 (or 0x3F8A83) is unknown color: approx Lochinvar. HEX triplet: 3F, 8A and 83. RGB value is (63,138,131). Sum of RGB (Red+Green+Blue) = 63+138+131=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8A83 is #C0757C. Grayscale: #727272. Windows color (decimal): -12612989 or 8620607. OLE color: 8620607.

HSL color Cylindrical-coordinate representation of color #3F8A83: hue angle of 174.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8A83 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB63138131-
CMYK0.5400.050.46
HSL174.4º37.31%39.41%-
HSV(B)174.4º54.35%54.12%-
XYZ15.2420.8724.7-
YUV114.78137.1591.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=18.98%
G=41.57%
B=39.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631381310.5400.050.46174.437.3139.41
Hex3F8A8336052Eae2527
Octal772122036605562564547
Binary1111111000101010000011110110010110111010101110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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