Html Css Color HEX #3F877D Lochinvar

📋 copy color: '#3F877D'

red 63 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #3F877D

Tints of Lochinvar #3F877D

RGB

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

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

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

R = 19.5%
G = 41.8%
B = 38.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#3F877D (or 0x3F877D) is known color: Lochinvar. HEX triplet: 3F, 87 and 7D. RGB value is (63,135,125). Sum of RGB (Red+Green+Blue) = 63+135+125=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #3F877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F877D is #C07882. Grayscale: #707070. Windows color (decimal): -12613763 or 8226623. OLE color: 8226623.

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

Color convert

RGB 63 135 125 -
CMYK 0.53 0 0.07 0.47
HSL 171.67º 0.36% 0.39% -
HSV(B) 171.67º 0.53% 0.53% -
XYZ 14.42 19.87 22.48 -
YUV 112.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 63 135 125 0.53 0 0.07 0.47 171.67 0.36 0.39
Hex 3F 87 7D 35 0 7 2F AC 24 27
Octal 77 207 175 65 0 7 57 254 44 47
Binary 111111 10000111 1111101 110101 0 111 101111 10101100 100100 100111

Color Harmonies of #3F877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F877D

Black with #3F877D

Text Example


Text Example

White with #3F877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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