Html Css Color HEX #3B877C Lochinvar

📋 copy color: '#3B877C'

red 59 ◦ green 135 ◦ blue 124

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

Shades of Lochinvar #3B877C

Tints of Lochinvar #3B877C

RGB

 RED value IS 59 (23.44% from 255) = 18.55%

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

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

R = 18.55%
G = 42.45%
B = 38.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#3B877C (or 0x3B877C) is known color: Lochinvar. HEX triplet: 3B, 87 and 7C. RGB value is (59,135,124). Sum of RGB (Red+Green+Blue) = 59+135+124=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #3B877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B877C is #C47883. Grayscale: #6E6E6E. Windows color (decimal): -12875908 or 8161083. OLE color: 8161083.

HSL color Cylindrical-coordinate representation of color #3B877C: hue angle of 171.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B877C is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 135 124 -
CMYK 0.56 0 0.08 0.47
HSL 171.32º 0.39% 0.38% -
HSV(B) 171.32º 0.56% 0.53% -
XYZ 14.11 19.71 22.13 -
YUV 111.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 59 135 124 0.56 0 0.08 0.47 171.32 0.39 0.38
Hex 3B 87 7C 38 0 8 2F AB 27 26
Octal 73 207 174 70 0 10 57 253 47 46
Binary 111011 10000111 1111100 111000 0 1000 101111 10101011 100111 100110

Color Harmonies of #3B877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B877C

Black with #3B877C

Text Example


Text Example

White with #3B877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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