Html Css Color HEX #3B887E Lochinvar

📋 copy color: '#3B887E'

red 59 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #3B887E

Tints of Lochinvar #3B887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 18.38%
G = 42.37%
B = 39.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#3B887E (or 0x3B887E) is known color: Lochinvar. HEX triplet: 3B, 88 and 7E. RGB value is (59,136,126). Sum of RGB (Red+Green+Blue) = 59+136+126=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #3B887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B887E is #C47781. Grayscale: #6F6F6F. Windows color (decimal): -12875650 or 8292411. OLE color: 8292411.

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

Color convert

RGB 59 136 126 -
CMYK 0.57 0 0.07 0.47
HSL 172.21º 0.39% 0.38% -
HSV(B) 172.21º 0.57% 0.53% -
XYZ 14.37 20.04 22.85 -
YUV 111.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 59 136 126 0.57 0 0.07 0.47 172.21 0.39 0.38
Hex 3B 88 7E 39 0 7 2F AC 27 26
Octal 73 210 176 71 0 7 57 254 47 46
Binary 111011 10001000 1111110 111001 0 111 101111 10101100 100111 100110

Color Harmonies of #3B887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B887E

Black with #3B887E

Text Example


Text Example

White with #3B887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,136,126); }

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

background-color css

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

 a { background-color: rgb(59,136,126); }

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

border-color css

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

 span { border-color: rgb(59,136,126); }

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