Html Css Color HEX #3E907D Lochinvar

📋 copy color: '#3E907D'

red 62 ◦ green 144 ◦ blue 125

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

Shades of Lochinvar #3E907D

Tints of Lochinvar #3E907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 18.73%
G = 43.5%
B = 37.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#3E907D (or 0x3E907D) is known color: Lochinvar. HEX triplet: 3E, 90 and 7D. RGB value is (62,144,125). Sum of RGB (Red+Green+Blue) = 62+144+125=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #3E907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E907D is #C16F82. Grayscale: #757575. Windows color (decimal): -12676995 or 8228926. OLE color: 8228926.

HSL color Cylindrical-coordinate representation of color #3E907D: hue angle of 166.1º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E907D is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 144 125 -
CMYK 0.57 0 0.13 0.44
HSL 166.1º 0.4% 0.4% -
HSV(B) 166.1º 0.57% 0.56% -
XYZ 15.66 22.45 22.91 -
YUV 117.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 62 144 125 0.57 0 0.13 0.44 166.1 0.4 0.4
Hex 3E 90 7D 39 0 D 2C A6 28 28
Octal 76 220 175 71 0 15 54 246 50 50
Binary 111110 10010000 1111101 111001 0 1101 101100 10100110 101000 101000

Color Harmonies of #3E907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E907D

Black with #3E907D

Text Example


Text Example

White with #3E907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,144,125); }

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

background-color css

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

 a { background-color: rgb(62,144,125); }

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

border-color css

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

 span { border-color: rgb(62,144,125); }

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