Html Css Color HEX #3C867E Lochinvar

📋 copy color: '#3C867E'

red 60 ◦ green 134 ◦ blue 126

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

Shades of Lochinvar #3C867E

Tints of Lochinvar #3C867E

RGB

 RED value IS 60 (23.83% from 255) = 18.75%

 GREEN value IS 134 (52.73% from 255) = 41.88%

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

R = 18.75%
G = 41.88%
B = 39.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#3C867E (or 0x3C867E) is known color: Lochinvar. HEX triplet: 3C, 86 and 7E. RGB value is (60,134,126). Sum of RGB (Red+Green+Blue) = 60+134+126=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #3C867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C867E is #C37981. Grayscale: #6E6E6E. Windows color (decimal): -12810626 or 8291900. OLE color: 8291900.

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

Color convert

RGB 60 134 126 -
CMYK 0.55 0 0.06 0.47
HSL 173.51º 0.38% 0.38% -
HSV(B) 173.51º 0.55% 0.53% -
XYZ 14.15 19.52 22.76 -
YUV 110.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 60 134 126 0.55 0 0.06 0.47 173.51 0.38 0.38
Hex 3C 86 7E 37 0 6 2F AE 26 26
Octal 74 206 176 67 0 6 57 256 46 46
Binary 111100 10000110 1111110 110111 0 110 101111 10101110 100110 100110

Color Harmonies of #3C867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C867E

Black with #3C867E

Text Example


Text Example

White with #3C867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,126); }

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

background-color css

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

 a { background-color: rgb(60,134,126); }

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

border-color css

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

 span { border-color: rgb(60,134,126); }

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