#348B81

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

Shades of Lochinvar #348B81

Tints of Lochinvar #348B81

Color information

#348B81 (or 0x348B81) is unknown color: approx Lochinvar. HEX triplet: 34, 8B and 81. RGB value is (52,139,129). Sum of RGB (Red+Green+Blue) = 52+139+129=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #348B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348B81 is #CB747E. Grayscale: #6F6F6F. Windows color (decimal): -13333631 or 8489780. OLE color: 8489780.

HSL color Cylindrical-coordinate representation of color #348B81: hue angle of 173.1º 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 #348B81 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB52139129-
CMYK0.6300.070.45
HSL173.1º45.55%37.45%-
HSV(B)173.1º62.59%54.51%-
XYZ14.6120.7824.01-
YUV111.85137.6885.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 139 (54.69% from 255) = 43.44%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=16.25%
G=43.44%
B=40.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391290.6300.070.45173.145.5537.45
Hex348B813F072Dad2e25
Octal642132017707552555645
Binary1101001000101110000001111111011110110110101101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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