Html Css Color HEX #3B8983 Lochinvar

📋 copy color: '#3B8983'

red 59 ◦ green 137 ◦ blue 131

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

Shades of Lochinvar #3B8983

Tints of Lochinvar #3B8983

RGB

 RED value IS 59 (23.44% from 255) = 18.04%

 GREEN value IS 137 (53.91% from 255) = 41.9%

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 18.04%
G = 41.9%
B = 40.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#3B8983 (or 0x3B8983) is known color: Lochinvar. HEX triplet: 3B, 89 and 83. RGB value is (59,137,131). Sum of RGB (Red+Green+Blue) = 59+137+131=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #3B8983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8983 is #C4767C. Grayscale: #707070. Windows color (decimal): -12875389 or 8620347. OLE color: 8620347.

HSL color Cylindrical-coordinate representation of color #3B8983: hue angle of 175.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8983 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 137 131 -
CMYK 0.57 0 0.04 0.46
HSL 175.38º 0.4% 0.38% -
HSV(B) 175.38º 0.57% 0.54% -
XYZ 14.85 20.46 24.64 -
YUV 112.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 59 137 131 0.57 0 0.04 0.46 175.38 0.4 0.38
Hex 3B 89 83 39 0 4 2E AF 28 26
Octal 73 211 203 71 0 4 56 257 50 46
Binary 111011 10001001 10000011 111001 0 100 101110 10101111 101000 100110

Color Harmonies of #3B8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8983

Black with #3B8983

Text Example


Text Example

White with #3B8983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B8983; }

 p { color: rgb(59,137,131); }

 H1.HeaderClassName
 {
   color: #3B8983;
 }
 .AnyTagClassName
 {
   color: #3B8983;
 }
</style>

background-color css

<style>
 a { background-color: #3B8983; }

 a { background-color: rgb(59,137,131); }

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

border-color css

<style>
 span { border-color: #3B8983; }

 span { border-color: rgb(59,137,131); }

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