#3B847D

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

Shades of Lochinvar #3B847D

Tints of Lochinvar #3B847D

Color information

#3B847D (or 0x3B847D) is unknown color: approx Lochinvar. HEX triplet: 3B, 84 and 7D. RGB value is (59,132,125). Sum of RGB (Red+Green+Blue) = 59+132+125=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #3B847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B847D is #C47B82. Grayscale: #6D6D6D. Windows color (decimal): -12876675 or 8225851. OLE color: 8225851.

HSL color Cylindrical-coordinate representation of color #3B847D: hue angle of 174.25º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B847D is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB59132125-
CMYK0.5500.050.48
HSL174.25º38.22%37.45%-
HSV(B)174.25º55.3%51.76%-
XYZ13.7618.9122.33-
YUV109.38136.8292.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.67%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=18.67%
G=41.77%
B=39.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591321250.5500.050.48174.2538.2237.45
Hex3B847D370530ae2625
Octal732041756705602564645
Binary111011100001001111101110111010111000010101110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,132,125); }

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

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

 a { background-color: rgb(59,132,125); }

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

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

 span { border-color: rgb(59,132,125); }

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