Html Css Color HEX #3F867D Lochinvar

📋 copy color: '#3F867D'

red 63 ◦ green 134 ◦ blue 125

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

Shades of Lochinvar #3F867D

Tints of Lochinvar #3F867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

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

R = 19.57%
G = 41.61%
B = 38.82%

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

#3F867D (or 0x3F867D) is known color: Lochinvar. HEX triplet: 3F, 86 and 7D. RGB value is (63,134,125). Sum of RGB (Red+Green+Blue) = 63+134+125=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #3F867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F867D is #C07982. Grayscale: #6F6F6F. Windows color (decimal): -12614019 or 8226367. OLE color: 8226367.

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

Color convert

RGB 63 134 125 -
CMYK 0.53 0 0.07 0.47
HSL 172.39º 0.36% 0.39% -
HSV(B) 172.39º 0.53% 0.53% -
XYZ 14.28 19.59 22.43 -
YUV 111.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 63 134 125 0.53 0 0.07 0.47 172.39 0.36 0.39
Hex 3F 86 7D 35 0 7 2F AC 24 27
Octal 77 206 175 65 0 7 57 254 44 47
Binary 111111 10000110 1111101 110101 0 111 101111 10101100 100100 100111

Color Harmonies of #3F867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F867D

Black with #3F867D

Text Example


Text Example

White with #3F867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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