#3B897B

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

Shades of Lochinvar #3B897B

Tints of Lochinvar #3B897B

Color information

#3B897B (or 0x3B897B) is unknown color: approx Lochinvar. HEX triplet: 3B, 89 and 7B. RGB value is (59,137,123). Sum of RGB (Red+Green+Blue) = 59+137+123=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #3B897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B897B is #C47684. Grayscale: #707070. Windows color (decimal): -12875397 or 8096059. OLE color: 8096059.

HSL color Cylindrical-coordinate representation of color #3B897B: hue angle of 169.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B897B is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB59137123-
CMYK0.5700.100.46
HSL169.23º39.8%38.43%-
HSV(B)169.23º56.93%53.73%-
XYZ14.3220.2521.89-
YUV112.08134.1690.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=18.50%
G=42.95%
B=38.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591371230.5700.100.46169.2339.838.43
Hex3B897B390A2Ea92826
Octal7321117371012562515046
Binary1110111000100111110111110010101010111010101001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,137,123); }

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

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

 a { background-color: rgb(59,137,123); }

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

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

 span { border-color: rgb(59,137,123); }

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