#3B907F

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

Shades of Lochinvar #3B907F

Tints of Lochinvar #3B907F

Color information

#3B907F (or 0x3B907F) is unknown color: approx Lochinvar. HEX triplet: 3B, 90 and 7F. RGB value is (59,144,127). Sum of RGB (Red+Green+Blue) = 59+144+127=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #3B907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B907F is #C46F80. Grayscale: #747474. Windows color (decimal): -12873601 or 8359995. OLE color: 8359995.

HSL color Cylindrical-coordinate representation of color #3B907F: hue angle of 168º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B907F is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB59144127-
CMYK0.5900.120.44
HSL168º41.87%39.8%-
HSV(B)168º59.03%56.47%-
XYZ15.6122.4123.58-
YUV116.65133.8486.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.88%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 127 (50% from 255) = 38.48%
R=17.88%
G=43.64%
B=38.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591441270.5900.120.4416841.8739.8
Hex3B907F3B0C2Ca82a28
Octal7322017773014542505250
Binary1110111001000011111111110110110010110010101000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,144,127); }

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

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

 a { background-color: rgb(59,144,127); }

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

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

 span { border-color: rgb(59,144,127); }

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