Html Css Color HEX #3F877B Lochinvar

📋 copy color: '#3F877B'

red 63 ◦ green 135 ◦ blue 123

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

Shades of Lochinvar #3F877B

Tints of Lochinvar #3F877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 19.63%
G = 42.06%
B = 38.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#3F877B (or 0x3F877B) is known color: Lochinvar. HEX triplet: 3F, 87 and 7B. RGB value is (63,135,123). Sum of RGB (Red+Green+Blue) = 63+135+123=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #3F877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F877B is #C07884. Grayscale: #707070. Windows color (decimal): -12613765 or 8095551. OLE color: 8095551.

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

Color convert

RGB 63 135 123 -
CMYK 0.53 0 0.09 0.47
HSL 170º 0.36% 0.39% -
HSV(B) 170º 0.53% 0.53% -
XYZ 14.29 19.81 21.81 -
YUV 112.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 63 135 123 0.53 0 0.09 0.47 170 0.36 0.39
Hex 3F 87 7B 35 0 9 2F AA 24 27
Octal 77 207 173 65 0 11 57 252 44 47
Binary 111111 10000111 1111011 110101 0 1001 101111 10101010 100100 100111

Color Harmonies of #3F877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F877B

Black with #3F877B

Text Example


Text Example

White with #3F877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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