Html Css Color HEX #3F877A Lochinvar

📋 copy color: '#3F877A'

red 63 ◦ green 135 ◦ blue 122

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

Shades of Lochinvar #3F877A

Tints of Lochinvar #3F877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 19.69%
G = 42.19%
B = 38.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#3F877A (or 0x3F877A) is known color: Lochinvar. HEX triplet: 3F, 87 and 7A. RGB value is (63,135,122). Sum of RGB (Red+Green+Blue) = 63+135+122=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #3F877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F877A is #C07885. Grayscale: #6F6F6F. Windows color (decimal): -12613766 or 8030015. OLE color: 8030015.

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

Color convert

RGB 63 135 122 -
CMYK 0.53 0 0.10 0.47
HSL 169.17º 0.36% 0.39% -
HSV(B) 169.17º 0.53% 0.53% -
XYZ 14.23 19.79 21.48 -
YUV 111.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 63 135 122 0.53 0 0.10 0.47 169.17 0.36 0.39
Hex 3F 87 7A 35 0 A 2F A9 24 27
Octal 77 207 172 65 0 12 57 251 44 47
Binary 111111 10000111 1111010 110101 0 1010 101111 10101001 100100 100111

Color Harmonies of #3F877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F877A

Black with #3F877A

Text Example


Text Example

White with #3F877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,135,122); }

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

background-color css

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

 a { background-color: rgb(63,135,122); }

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

border-color css

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

 span { border-color: rgb(63,135,122); }

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