Html Css Color HEX #3F9684 Lochinvar

📋 copy color: '#3F9684'

red 63 ◦ green 150 ◦ blue 132

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

Shades of Lochinvar #3F9684

Tints of Lochinvar #3F9684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 18.26%
G = 43.48%
B = 38.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#3F9684 (or 0x3F9684) is known color: Lochinvar. HEX triplet: 3F, 96 and 84. RGB value is (63,150,132). Sum of RGB (Red+Green+Blue) = 63+150+132=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9684 is #C0697B. Grayscale: #797979. Windows color (decimal): -12609916 or 8689215. OLE color: 8689215.

HSL color Cylindrical-coordinate representation of color #3F9684: hue angle of 167.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9684 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 150 132 -
CMYK 0.58 0 0.12 0.41
HSL 167.59º 0.41% 0.42% -
HSV(B) 167.59º 0.58% 0.59% -
XYZ 17.12 24.54 25.66 -
YUV 121.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 63 150 132 0.58 0 0.12 0.41 167.59 0.41 0.42
Hex 3F 96 84 3A 0 C 29 A8 29 2A
Octal 77 226 204 72 0 14 51 250 51 52
Binary 111111 10010110 10000100 111010 0 1100 101001 10101000 101001 101010

Color Harmonies of #3F9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9684

Black with #3F9684

Text Example


Text Example

White with #3F9684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,150,132); }

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

background-color css

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

 a { background-color: rgb(63,150,132); }

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

border-color css

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

 span { border-color: rgb(63,150,132); }

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