Html Css Color HEX #3F897D Lochinvar

📋 copy color: '#3F897D'

red 63 ◦ green 137 ◦ blue 125

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

Shades of Lochinvar #3F897D

Tints of Lochinvar #3F897D

RGB

 RED value IS 63 (25% from 255) = 19.38%

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

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

R = 19.38%
G = 42.15%
B = 38.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#3F897D (or 0x3F897D) is known color: Lochinvar. HEX triplet: 3F, 89 and 7D. RGB value is (63,137,125). Sum of RGB (Red+Green+Blue) = 63+137+125=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #3F897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F897D is #C07682. Grayscale: #717171. Windows color (decimal): -12613251 or 8227135. OLE color: 8227135.

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

Color convert

RGB 63 137 125 -
CMYK 0.54 0 0.09 0.46
HSL 170.27º 0.37% 0.39% -
HSV(B) 170.27º 0.54% 0.54% -
XYZ 14.7 20.43 22.57 -
YUV 113.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 63 137 125 0.54 0 0.09 0.46 170.27 0.37 0.39
Hex 3F 89 7D 36 0 9 2E AA 25 27
Octal 77 211 175 66 0 11 56 252 45 47
Binary 111111 10001001 1111101 110110 0 1001 101110 10101010 100101 100111

Color Harmonies of #3F897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F897D

Black with #3F897D

Text Example


Text Example

White with #3F897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,137,125); }

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

background-color css

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

 a { background-color: rgb(63,137,125); }

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

border-color css

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

 span { border-color: rgb(63,137,125); }

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