#3B907C

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

Shades of Lochinvar #3B907C

Tints of Lochinvar #3B907C

Color information

#3B907C (or 0x3B907C) is unknown color: approx Lochinvar. HEX triplet: 3B, 90 and 7C. RGB value is (59,144,124). Sum of RGB (Red+Green+Blue) = 59+144+124=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #3B907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B907C is #C46F83. Grayscale: #747474. Windows color (decimal): -12873604 or 8163387. OLE color: 8163387.

HSL color Cylindrical-coordinate representation of color #3B907C: hue angle of 165.88º 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 #3B907C is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB59144124-
CMYK0.5900.140.44
HSL165.88º41.87%39.8%-
HSV(B)165.88º59.03%56.47%-
XYZ15.4122.3322.57-
YUV116.3132.3487.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.04%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=18.04%
G=44.04%
B=37.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591441240.5900.140.44165.8841.8739.8
Hex3B907C3B0E2Ca62a28
Octal7322017473016542465250
Binary1110111001000011111001110110111010110010100110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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