#3B927E

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

Shades of Lochinvar #3B927E

Tints of Lochinvar #3B927E

Color information

#3B927E (or 0x3B927E) is unknown color: approx Lochinvar. HEX triplet: 3B, 92 and 7E. RGB value is (59,146,126). Sum of RGB (Red+Green+Blue) = 59+146+126=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #3B927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B927E is #C46D81. Grayscale: #757575. Windows color (decimal): -12873090 or 8294971. OLE color: 8294971.

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

Color convert

RGB59146126-
CMYK0.6000.140.43
HSL166.21º42.44%40.2%-
HSV(B)166.21º59.59%57.25%-
XYZ15.8522.9923.34-
YUV117.71132.6886.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.82%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=17.82%
G=44.11%
B=38.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461260.6000.140.43166.2142.4440.2
Hex3B927E3C0E2Ba62a28
Octal7322217674016532465250
Binary1110111001001011111101111000111010101110100110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,146,126); }

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

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

 a { background-color: rgb(59,146,126); }

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

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

 span { border-color: rgb(59,146,126); }

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