Html Css Color HEX #3F877C Lochinvar

📋 copy color: '#3F877C'

red 63 ◦ green 135 ◦ blue 124

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

Shades of Lochinvar #3F877C

Tints of Lochinvar #3F877C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 19.57%
G = 41.93%
B = 38.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#3F877C (or 0x3F877C) is known color: Lochinvar. HEX triplet: 3F, 87 and 7C. RGB value is (63,135,124). Sum of RGB (Red+Green+Blue) = 63+135+124=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #3F877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F877C is #C07883. Grayscale: #707070. Windows color (decimal): -12613764 or 8161087. OLE color: 8161087.

HSL color Cylindrical-coordinate representation of color #3F877C: hue angle of 170.83º 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 #3F877C is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 135 124 -
CMYK 0.53 0 0.08 0.47
HSL 170.83º 0.36% 0.39% -
HSV(B) 170.83º 0.53% 0.53% -
XYZ 14.35 19.84 22.14 -
YUV 112.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 63 135 124 0.53 0 0.08 0.47 170.83 0.36 0.39
Hex 3F 87 7C 35 0 8 2F AB 24 27
Octal 77 207 174 65 0 10 57 253 44 47
Binary 111111 10000111 1111100 110101 0 1000 101111 10101011 100100 100111

Color Harmonies of #3F877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F877C

Black with #3F877C

Text Example


Text Example

White with #3F877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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