#3F907A

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

Shades of Lochinvar #3F907A

Tints of Lochinvar #3F907A

Color information

#3F907A (or 0x3F907A) is unknown color: approx Lochinvar. HEX triplet: 3F, 90 and 7A. RGB value is (63,144,122). Sum of RGB (Red+Green+Blue) = 63+144+122=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #3F907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F907A is #C06F85. Grayscale: #757575. Windows color (decimal): -12611462 or 8032319. OLE color: 8032319.

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

Color convert

RGB63144122-
CMYK0.5600.150.44
HSL163.7º39.13%40.59%-
HSV(B)163.7º56.25%56.47%-
XYZ15.5422.4121.92-
YUV117.27130.6689.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=19.15%
G=43.77%
B=37.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631441220.5600.150.44163.739.1340.59
Hex3F907A380F2Ca42729
Octal7722017270017542444751
Binary1111111001000011110101110000111110110010100100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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