Html Css Color HEX #3F897B Lochinvar

📋 copy color: '#3F897B'

red 63 ◦ green 137 ◦ blue 123

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

Shades of Lochinvar #3F897B

Tints of Lochinvar #3F897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 19.5%
G = 42.41%
B = 38.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#3F897B (or 0x3F897B) is known color: Lochinvar. HEX triplet: 3F, 89 and 7B. RGB value is (63,137,123). Sum of RGB (Red+Green+Blue) = 63+137+123=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #3F897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F897B is #C07684. Grayscale: #717171. Windows color (decimal): -12613253 or 8096063. OLE color: 8096063.

HSL color Cylindrical-coordinate representation of color #3F897B: hue angle of 168.65º 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 #3F897B is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 137 123 -
CMYK 0.54 0 0.10 0.46
HSL 168.65º 0.37% 0.39% -
HSV(B) 168.65º 0.54% 0.54% -
XYZ 14.57 20.38 21.9 -
YUV 113.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 63 137 123 0.54 0 0.10 0.46 168.65 0.37 0.39
Hex 3F 89 7B 36 0 A 2E A9 25 27
Octal 77 211 173 66 0 12 56 251 45 47
Binary 111111 10001001 1111011 110110 0 1010 101110 10101001 100101 100111

Color Harmonies of #3F897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F897B

Black with #3F897B

Text Example


Text Example

White with #3F897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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