Html Css Color HEX #348B81 Lochinvar

📋 copy color: '#348B81'

red 52 ◦ green 139 ◦ blue 129

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

Shades of Lochinvar #348B81

Tints of Lochinvar #348B81

RGB

 RED value IS 52 (20.7% 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 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

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

RGB 52 139 129 -
CMYK 0.63 0 0.07 0.45
HSL 173.1º 0.46% 0.37% -
HSV(B) 173.1º 0.63% 0.55% -
XYZ 14.61 20.78 24.01 -
YUV 111.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 52 139 129 0.63 0 0.07 0.45 173.1 0.46 0.37
Hex 34 8B 81 3F 0 7 2D AD 2E 25
Octal 64 213 201 77 0 7 55 255 56 45
Binary 110100 10001011 10000001 111111 0 111 101101 10101101 101110 100101

Color Harmonies of #348B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B81

Black with #348B81

Text Example


Text Example

White with #348B81

Text Example


Text Example

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