#348B80

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

Shades of Lochinvar #348B80

Tints of Lochinvar #348B80

Color information

#348B80 (or 0x348B80) is unknown color: approx Lochinvar. HEX triplet: 34, 8B and 80. RGB value is (52,139,128). Sum of RGB (Red+Green+Blue) = 52+139+128=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #348B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B80 is #CB747F. Grayscale: #6F6F6F. Windows color (decimal): -13333632 or 8424244. OLE color: 8424244.

HSL color Cylindrical-coordinate representation of color #348B80: hue angle of 172.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B80 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB52139128-
CMYK0.6300.080.45
HSL172.41º45.55%37.45%-
HSV(B)172.41º62.59%54.51%-
XYZ14.5520.7523.66-
YUV111.73137.1885.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 139 (54.69% from 255) = 43.57%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=16.30%
G=43.57%
B=40.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391280.6300.080.45172.4145.5537.45
Hex348B803F082Dac2e25
Octal6421320077010552545645
Binary11010010001011100000001111110100010110110101100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348B80; }

 p { color: rgb(52,139,128); }

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

<style>
 a { background-color: #348B80; }

 a { background-color: rgb(52,139,128); }

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

<style>
 span { border-color: #348B80; }

 span { border-color: rgb(52,139,128); }

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