Html Css Color HEX #348C82 Lochinvar

📋 copy color: '#348C82'

red 52 ◦ green 140 ◦ blue 130

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

Shades of Lochinvar #348C82

Tints of Lochinvar #348C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.48%

 BLUE value IS 130 (51.17% from 255) = 40.37%

R = 16.15%
G = 43.48%
B = 40.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#348C82 (or 0x348C82) is known color: Lochinvar. HEX triplet: 34, 8C and 82. RGB value is (52,140,130). Sum of RGB (Red+Green+Blue) = 52+140+130=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #348C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348C82 is #CB737D. Grayscale: #707070. Windows color (decimal): -13333374 or 8555572. OLE color: 8555572.

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

Color convert

RGB 52 140 130 -
CMYK 0.63 0 0.07 0.45
HSL 173.18º 0.46% 0.38% -
HSV(B) 173.18º 0.63% 0.55% -
XYZ 14.82 21.1 24.41 -
YUV 112.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 52 140 130 0.63 0 0.07 0.45 173.18 0.46 0.38
Hex 34 8C 82 3F 0 7 2D AD 2E 26
Octal 64 214 202 77 0 7 55 255 56 46
Binary 110100 10001100 10000010 111111 0 111 101101 10101101 101110 100110

Color Harmonies of #348C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C82

Black with #348C82

Text Example


Text Example

White with #348C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,140,130); }

 H1.HeaderClassName
 {
   color: #348C82;
 }
 .AnyTagClassName
 {
   color: #348C82;
 }
</style>

background-color css

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

 a { background-color: rgb(52,140,130); }

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

border-color css

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

 span { border-color: rgb(52,140,130); }

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