Html Css Color HEX #348B80 Lochinvar

📋 copy color: '#348B80'

red 52 ◦ green 139 ◦ blue 128

#348B80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #348B80

Tints of Lochinvar #348B80

RGB

 RED value IS 52 (20.7% from 255) = 16.3%

 GREEN value IS 139 (54.69% from 255) = 43.57%

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 16.3%
G = 43.57%
B = 40.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#348B80 (or 0x348B80) is known color: 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

RGB 52 139 128 -
CMYK 0.63 0 0.08 0.45
HSL 172.41º 0.46% 0.37% -
HSV(B) 172.41º 0.63% 0.55% -
XYZ 14.55 20.75 23.66 -
YUV 111.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 52 139 128 0.63 0 0.08 0.45 172.41 0.46 0.37
Hex 34 8B 80 3F 0 8 2D AC 2E 25
Octal 64 213 200 77 0 10 55 254 56 45
Binary 110100 10001011 10000000 111111 0 1000 101101 10101100 101110 100101

Color Harmonies of #348B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B80

Black with #348B80

Text Example


Text Example

White with #348B80

Text Example


Text Example

HTML Codes & Css Web 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>