Html Css Color HEX #3B877D Lochinvar

📋 copy color: '#3B877D'

red 59 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #3B877D

Tints of Lochinvar #3B877D

RGB

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

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

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

R = 18.5%
G = 42.32%
B = 39.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#3B877D (or 0x3B877D) is known color: Lochinvar. HEX triplet: 3B, 87 and 7D. RGB value is (59,135,125). Sum of RGB (Red+Green+Blue) = 59+135+125=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #3B877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B877D is #C47882. Grayscale: #6F6F6F. Windows color (decimal): -12875907 or 8226619. OLE color: 8226619.

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

Color convert

RGB 59 135 125 -
CMYK 0.56 0 0.07 0.47
HSL 172.11º 0.39% 0.38% -
HSV(B) 172.11º 0.56% 0.53% -
XYZ 14.17 19.74 22.47 -
YUV 111.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 59 135 125 0.56 0 0.07 0.47 172.11 0.39 0.38
Hex 3B 87 7D 38 0 7 2F AC 27 26
Octal 73 207 175 70 0 7 57 254 47 46
Binary 111011 10000111 1111101 111000 0 111 101111 10101100 100111 100110

Color Harmonies of #3B877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B877D

Black with #3B877D

Text Example


Text Example

White with #3B877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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