#3B887B

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

Shades of Lochinvar #3B887B

Tints of Lochinvar #3B887B

Color information

#3B887B (or 0x3B887B) is unknown color: approx Lochinvar. HEX triplet: 3B, 88 and 7B. RGB value is (59,136,123). Sum of RGB (Red+Green+Blue) = 59+136+123=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #3B887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B887B is #C47784. Grayscale: #6F6F6F. Windows color (decimal): -12875653 or 8095803. OLE color: 8095803.

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

Color convert

RGB59136123-
CMYK0.5700.100.47
HSL169.87º39.49%38.24%-
HSV(B)169.87º56.62%53.33%-
XYZ14.1819.9721.85-
YUV111.49134.4990.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=18.55%
G=42.77%
B=38.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591361230.5700.100.47169.8739.4938.24
Hex3B887B390A2Faa2726
Octal7321017371012572524746
Binary1110111000100011110111110010101010111110101010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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