Html Css Color HEX #3E8880 Lochinvar

📋 copy color: '#3E8880'

red 62 ◦ green 136 ◦ blue 128

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

Shades of Lochinvar #3E8880

Tints of Lochinvar #3E8880

RGB

 RED value IS 62 (24.61% from 255) = 19.02%

 GREEN value IS 136 (53.52% from 255) = 41.72%

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

R = 19.02%
G = 41.72%
B = 39.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#3E8880 (or 0x3E8880) is known color: Lochinvar. HEX triplet: 3E, 88 and 80. RGB value is (62,136,128). Sum of RGB (Red+Green+Blue) = 62+136+128=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #3E8880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8880 is #C1777F. Grayscale: #707070. Windows color (decimal): -12679040 or 8423486. OLE color: 8423486.

HSL color Cylindrical-coordinate representation of color #3E8880: hue angle of 173.51º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8880 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 136 128 -
CMYK 0.54 0 0.06 0.47
HSL 173.51º 0.37% 0.39% -
HSV(B) 173.51º 0.54% 0.53% -
XYZ 14.69 20.19 23.55 -
YUV 112.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 62 136 128 0.54 0 0.06 0.47 173.51 0.37 0.39
Hex 3E 88 80 36 0 6 2F AE 25 27
Octal 76 210 200 66 0 6 57 256 45 47
Binary 111110 10001000 10000000 110110 0 110 101111 10101110 100101 100111

Color Harmonies of #3E8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8880

Black with #3E8880

Text Example


Text Example

White with #3E8880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,136,128); }

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

background-color css

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

 a { background-color: rgb(62,136,128); }

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

border-color css

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

 span { border-color: rgb(62,136,128); }

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