Html Css Color HEX #3C8980 Lochinvar

📋 copy color: '#3C8980'

red 60 ◦ green 137 ◦ blue 128

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

Shades of Lochinvar #3C8980

Tints of Lochinvar #3C8980

RGB

 RED value IS 60 (23.83% from 255) = 18.46%

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

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

R = 18.46%
G = 42.15%
B = 39.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#3C8980 (or 0x3C8980) is known color: Lochinvar. HEX triplet: 3C, 89 and 80. RGB value is (60,137,128). Sum of RGB (Red+Green+Blue) = 60+137+128=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8980 is #C3767F. Grayscale: #707070. Windows color (decimal): -12809856 or 8423740. OLE color: 8423740.

HSL color Cylindrical-coordinate representation of color #3C8980: hue angle of 172.99º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8980 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 128 -
CMYK 0.56 0 0.07 0.46
HSL 172.99º 0.39% 0.39% -
HSV(B) 172.99º 0.56% 0.54% -
XYZ 14.71 20.41 23.59 -
YUV 112.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 60 137 128 0.56 0 0.07 0.46 172.99 0.39 0.39
Hex 3C 89 80 38 0 7 2E AD 27 27
Octal 74 211 200 70 0 7 56 255 47 47
Binary 111100 10001001 10000000 111000 0 111 101110 10101101 100111 100111

Color Harmonies of #3C8980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8980

Black with #3C8980

Text Example


Text Example

White with #3C8980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,137,128); }

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

background-color css

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

 a { background-color: rgb(60,137,128); }

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

border-color css

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

 span { border-color: rgb(60,137,128); }

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